chrise-cli
v2.2.3
Published
前端脚手架
Downloads
3
Maintainers
Readme
chrise-cli
安装 CLI 通过 npm 安装 chrise-cli,使用方式类似于 @vue/cli,提供了终端里的 chrise-cli 和 chrise(简写) 命令。
使用下列命令全局安装 npm 包:
npm install -g chrise-cli 安装之后,你就可以在命令行中访问 chrise-cli 命令。
🎯 Install
npm install -g chrise-cli
🚀 Usage
Create a new project with the following instructions:
chrise-cli create [name]
Go to the created directory and start webpack devServer via npm or yarn:
cd [name]
npm run serve
License
[MIT]