# Vue2_Base_View **Repository Path**: zhang-lanxxx/vue2_-base_-view ## Basic Information - **Project Name**: Vue2_Base_View - **Description**: vue2-webapp 基础架子 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-19 - **Last Updated**: 2023-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Neuron_Base_View # 前端规范 1.格式化项目代码 npm run prettier 2.修复文件eslint npm run lint-fix 3.安装husky npm run prepare # vue2-webapp ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).