WDTeam / yii2-amazeui

Amaze UI 是基于社区开源项目构建的一个跨屏前端框架。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amaze UI for yii2

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);

About

Amaze UI 是基于社区开源项目构建的一个跨屏前端框架。

License:MIT License


Languages

Language:PHP 100.0%