1.1.6 • Published 6 years ago

generator-zux-create-app v1.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

generator-zux-create-app NPM version

Installation

First, install Yeoman and generator-zux-create-app using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-zux-create-app

Then generate your new project:

yo zux-create-app

What is in zux-create-app

View

├── Readme.md                   //  工程说明
├── public                      //  build 依赖文件
├── src                         //  源文件目录
│   └── actions                 //  redux - actions 目录
│   └── reducers                //  redux - reducers 目录
│   └── router                  //  页面路由
│   └── tools                   //  工程工具方法(请求工具)
│   └── views                   //  页面
│   └── components              //  组件
│   └── index.js                //  主进程

License

MIT © maqunboy

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago