# vue-multiple-module **Repository Path**: applelx/vue-multiple-module ## Basic Information - **Project Name**: vue-multiple-module - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-08 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cli3 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` 全部打包 npm run build 单独打包home npm run build-home 单独打包main npm run build-main 参考文章 [chenshuang0630](https://github.com/chenshuang0630/vue-cli3/tree/master) [Vuex 进阶——模块化组织 Vuex](https://www.jianshu.com/p/a6a8ffea227d)