mx-template-cli
v0.0.2
Published
a cli for react-template
Downloads
3
Maintainers
Readme
moxie-cli
项目介绍
一个安装moxie-h5-template的cli程序
使用说明
#####antd模板(PC)
- npm i mx-template-cli -g
- mx new demo antd
- cd demo
- npm run dev
#####ant-mobile模板(Mobile)
- npm i mx-template-cli -g
- mx new demo mobile
- cd demo
- npm run dev