Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 404 Bytes

#osj-cli 作为个人的前端脚手架,方便以后直接创建新的项目

##使用方法

1. npm install osj-cli -g
2. osj init name
3. npm install
4. npm run dev

以上命令 可以创建一个react的项目,如需其他模板,可在第2步 提问时输入自己的回答,目前只有两个问题,1:项目名称,2:项目模板地址。之后会根据回答生成项目。