0.0.7 • Published 7 years ago

generator-customer v0.0.7

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

generator-customer

该模块是一个脚手架生成器,用来输出常用的开发目录结构。该模块中内置了两个生成器:
app : 默认。用于开发后端模板使用velocity的前端项目。
react : 用于开发一个前后端同构的react应用。

install and use

npm install generator-customer -g  
mkdir test 
cd test
yo customer

or:

npm install generator-customer -g  
mkdir test 
cd test
yo customer:react
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.1.0

7 years ago