# vue-template **Repository Path**: HouseRui/vue-template ## Basic Information - **Project Name**: vue-template - **Description**: 项目模板,包含vue、axios、vuex、router、element-ui、nprogress等功能模块 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-01 - **Last Updated**: 2022-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_assetmanagement ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### vscode格式化代码无效 关闭自动设置选项,防止格式覆盖。 ``` "editor.detectIndentation": false ```