remons-create-app
v1.1.1
Published
单页面构建解决方案
Downloads
3
Readme
remons-create-app
介绍
remons-create-app
集成多个单页面脚手架
安装
npm i remons-create-app -g
or yarn add remons-create-app global
使用
create-react-static
介绍
基于 react
搭建的静态化脚手架,内置antd
、mobx
, 参考 create-react-static
使用
- 创建
remons-spa create-react-static 'your project name'
- 运行
cd 'your project name dir'
&&npm run start
- 打包
npm run build
示例
remons-spa create-react-static test
cd test
&&npm run start
create-react
介绍
基于 react
搭建的脚手架,内置antd
、mobx
,参考 create-react
使用
- 创建
remons-spa create-react 'your project name'
- 运行
cd 'your project name dir'
&&npm run start
- 打包
npm run build
create-vue
使用
- 创建
remons-spa create-vue 'your project name'
- 运行
cd 'your project name dir'
&&npm run start
- 打包
npm run build
create-vue@next
使用
- 创建
remons-spa create-vue@next 'your project name'
- 运行
cd 'your project name dir'
&&npm run start
- 打包
npm run build
create-vue@next-static
使用
- 创建
remons-spa create-vue@next-static 'your project name'
- 运行
cd 'your project name dir'
&&npm run start
- 打包
npm run build