# common_vue_env **Repository Path**: jiefei30/common_vue_env ## Basic Information - **Project Name**: common_vue_env - **Description**: vue-cli前端通用框架,含vue、vue-router、vuex、axios、js-cookie、qs,已设置路由懒加载,路由守卫,axios请求拦截,自动添加请求头,自动对错误码跳转,自定义webpack打包,生产环境使用cdn预加载。开发/生产模式命令更改,请读README.md - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-15 - **Last Updated**: 2021-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # common_vue_router_axios ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run prod ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).