shuyun-fast-cli
v1.0.3
Published
数云平台版脚手架
Downloads
3
Readme
fast-cli
Quickly create react, Vue or applications without front-end framework
Install
# yarn
$ yarn global add shuyun-fast-cli
# npm
$ npm install -g shuyun-fast-cli
Usege
# Initialize new project
$ fast-cli init
Examples
$ fast-cli init
? Please enter a project name: my-app
? Please enter a project description: description...
? Please choose the front frame
1) React
2) Vue
3) ES2015+
4) MicroApp
Answer: ES2015+
# 1. . Downloading template
# 2. ✔ Download successful
? Do you need to install dependencies (Y/n): Y
# cd name && npm install