Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guoyongfeng/iuap
https://github.com/guoyongfeng/iuap
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/guoyongfeng/iuap
- Owner: GuoYongfeng
- Created: 2015-07-29T01:57:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T07:52:11.000Z (over 9 years ago)
- Last Synced: 2024-05-28T00:29:58.778Z (7 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```