# create-app-cli **Repository Path**: Remons/create-app-cli ## Basic Information - **Project Name**: create-app-cli - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-30 - **Last Updated**: 2021-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](https://gitee.com/Remons/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](https://gitee.com/Remons/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`