wdteam / yii2-amazeui
Amaze UI 是基于社区开源项目构建的一个跨屏前端框架。
Installs: 116
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 8
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/amazeui: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-01-15 20:17:50 UTC
README
Amaze UI 是基于社区开源项目构建的一个跨屏前端框架。
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist wdteam/yii2-amazeui "*"
or add
"wdteam/yii2-amazeui": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
\wdteam\amazeui\AmazeuiAsset::register($this);