# VueComponents **Repository Path**: oldsixli/VueComponents ## Basic Information - **Project Name**: VueComponents - **Description**: Vue组件开发,基于Bootstrap样式 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-16 - **Last Updated**: 2022-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue组件封装及Vue-router使用 > 封装了工作中常用到的HTML组件以及其他布局组件. ## NOTE ### 在'\node_modules\webpack-dev-server\lib\Server.js'中,需要修改文件 #### 加入以下代码 ```javascript const ma = require('./../../../route-nodejs/index.js'); //... express about app.use('/ma', ma); ``` ## 安装步骤 ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).