1.2.4 • Published 3 years ago

snwit-react-cli v1.2.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

React框架的项目生成器 :snrcli

前置条件

1.node环境 2.安装git

✏️ 使用方法 ✏️

/** 全局安装 */
npm install snwit-react-cli -g 
/** 使用简写命令 */
snrcli -h
/** 使用init生成项目模板 */
snrcli init
/** 进入目录,install,运行项目 */
cd prjectname
npm install
npm run dev

🎨 脚手架命令 🎨

参数简写说明类型
--version-V列出当前版本option
--help-h列出帮助信息option
adda添加一个模板git地址command
listl列出当前所有模板信息command
deleted删除指定模板command
initi根据指定模板初始化项目,不指定为默认模板command
1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago