generator-zux-create-app

1.1.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-zux-create-app

Weekly Downloads

9

Version

1.1.6

License

MIT

Unpacked Size

89.7 kB

Total Files

33

Last publish

Collaborators

  • maqunboy