# vue_two **Repository Path**: firstkong/vue_two ## Basic Information - **Project Name**: vue_two - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-13 - **Last Updated**: 2021-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2021-pc-benefit > Vue2.X PC Project ## 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 # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). 1、src/components:公共组件文件夹; 2、src/config:框架全局配置文件夹; 3、src/layout:整体布局文件夹; 4、src/logs:日志文件夹; 5、src/router:路由文件夹; 6、src/scripts:引用外部插件文件夹; 7、src/store:vuex文件夹; 8、src/utils:框架封装的插件文件夹; 9、src/views:项目页面文件夹;