# vue-cli-multipage **Repository Path**: vue-th/vue-cli-multipage ## Basic Information - **Project Name**: vue-cli-multipage - **Description**: vue 多页面应用 + elementUI + sass - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cli多页面应用 > A Vue.js project ### 文章地址:http://www.cnblogs.com/fengyuqing/p/vue_cli_webpack.html ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` #### 针对在webstorm里面不能hot reload的问题大家可以按如下步骤设置一下就行: > Please try turning 'Safe write' option ( Settings | Appearance & Behavior | System Settings | Use "safe write" (save changes to temporary file first)) off For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).