# vue-detect **Repository Path**: HouseRui/vue-detect ## Basic Information - **Project Name**: vue-detect - **Description**: 外观检测项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-07 - **Last Updated**: 2022-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## 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 ```