Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guoyongfeng/iuap


https://github.com/guoyongfeng/iuap

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# generator-iUAP

> 基于yeoman-generator编写适合iUAP使用的快速项目生成器,安装前端开发所依赖的构建工具、包管理器、测试框架以及项目目录。

## 用法

> 在使用之前,请确保你的电脑上安装了**node** **npm** **git**
> 如果你还不知道这些或是不知道怎么安装,请自行百度或谷歌之,也可直接联系我[email protected]

* 全局安装yo、grunt、bower
```code
npm install yo bower grunt-cli -g
```

* 全局安装generator-iuap
```code
npm install genertor-iuap -g
```

* 使用generator-iuap一键生成项目代码
```code
mkdir myapp && cd myapp
yo iuap
```