@hishion_wei/uniapp-cli
v1.0.3
Published
Create a front project template through the command line
Maintainers
Readme
hishion-cli
自定义脚手架,用于快速创建项目。支持项目情况:
- uni-app的cli模式项目
- wepy1.7版本项目
install
全局安装脚手架
npm install @hishion_wei/uniapp-cli -gusage
在需要创建项目的目录下执行:
hishion-cli init按提示输入或选择即可快速创建基于已有模板的项目。
λ hishion-cli init
? project name:my-project
? project description:uni-app project
? which template? uni
√ project init successfully!
cd my-project
npm install
npm run serve