# vue2.0-project **Repository Path**: xrwork/vue2.0-project ## Basic Information - **Project Name**: vue2.0-project - **Description**: vue2.x项目实例 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-18 - **Last Updated**: 2023-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build:[env] ``` ### Run your unit tests ``` npm run test:unit ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 打包发布注意事项 发到dev,test,uat时需要在vue.config.js中切换对应的域名。不需要本地打包, 直接去jinkens选择对应环境构建。(更新于2021-02-20) ### mockjs 现维护在YApi中,不再在本地维护