spud-cli
v1.0.19
Published
spud-cli是创建项目的脚手架,免去配置的麻烦.<br> 可以快速构建React、Node项目.
Downloads
9
Maintainers
Readme
spud-cli
spud-cli是创建项目的脚手架,免去配置的麻烦. 可以快速构建React、Node项目.
安装
$ npm install spud-cli -g
模版:
| Template | Explain | | ------ | ------ | | react-h5 | 移动端H5 React模板 | | node-koa | Node.js Koa框架模版 |
创建项目:
$ spud create my-project
$ cd my-project
$ npm install
启动项目
$ npm run dev
在浏览器打开 http://localhost:8080 进行访问.
打包项目
$ npm run beta
$ npm run build