1.1.1 • Published 2 years ago

remons-create-app v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

remons-create-app

介绍

remons-create-app 集成多个单页面脚手架

安装

npm i remons-create-app -g or yarn add remons-create-app global

使用

create-react-static

介绍

基于 react搭建的静态化脚手架,内置antdmobx, 参考 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搭建的脚手架,内置antdmobx,参考 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
1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago