# optimize-vue **Repository Path**: changeden/optimize-vue ## Basic Information - **Project Name**: optimize-vue - **Description**: 基于 vue-cli 3.0 构建的快速开发框架 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-15 - **Last Updated**: 2024-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # optimize-vue [![LICENSE](https://img.shields.io/badge/license-MIT%20996-blue.svg)](https://github.com/Chans-Open-Source/optimize-vue/blob/master/LICENSE) ## Install Cli ``` npm i -g optimize-vue-cli ``` ## Create Project ```text vues create // eg: vues create demo ``` ## Init Project ```text // Install vue-cli-3.0 at first. npm install -g @vue/cli // Open Project Dir cd // Init yarn install ``` ## Add Module #### Remark: Used in the project root directory. ```text vues add -m -p // eg: vues add -m module1 -p /mobile/page/index // Html-Title: module1 // Html-Url: localhost:port/mobile/page/index ``` ## Add Component #### Remark: Used in the project root directory. ```text vues add -c // eg: vues add -c /home/index ``` ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). See [Cli Information](https://www.npmjs.com/package/optimize-vue-cli)