Go to file
dependabot[bot] b353944afa
Bump http-proxy from 1.17.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 04:21:33 +00:00
public newVersion 2019-07-12 10:23:40 +08:00
src newVersion 2019-07-12 10:23:40 +08:00
tests/unit newVersion 2019-07-12 10:23:40 +08:00
.browserslistrc newVersion 2019-07-12 10:23:40 +08:00
.editorconfig newVersion 2019-07-12 10:23:40 +08:00
.eslintrc.js newVersion 2019-07-12 10:23:40 +08:00
.gitignore newVersion 2019-07-12 10:23:40 +08:00
.prettierrc.json newVersion 2019-07-12 10:23:40 +08:00
README.md Update README.md 2019-10-18 10:05:27 +08:00
babel.config.js newVersion 2019-07-12 10:23:40 +08:00
jest.config.js newVersion 2019-07-12 10:23:40 +08:00
package-lock.json Bump http-proxy from 1.17.0 to 1.18.1 2020-09-10 04:21:33 +00:00
package.json newVersion 2019-07-12 10:23:40 +08:00
postcss.config.js newVersion 2019-07-12 10:23:40 +08:00
vue.config.js apiChange 2019-08-13 10:15:51 +08:00
webpack.dll.conf.js newVersion 2019-07-12 10:23:40 +08:00
yarn.lock Bump http-proxy from 1.17.0 to 1.18.1 2020-09-10 04:21:33 +00:00

README.md

vue-admin-permission

项目基于vue-cli3.0进行搭建并使用了vue全家桶vue vuex axios vue-router elementui增加了按钮级别的权限控制

线上预览地址

React版本请移步

脚手架版本:

*vue-cli-3.0

用到vue相关的生态链模块:

  • vue
  • vue-router
  • vuex
  • axios

项目要点

  • 路由懒加载
  • 根据权限生成动态路由
  • 全局数据请求拦截处理及loading
  • 多个代理配置
  • 抽离第三方库文件dll

项目启动步骤

  1. 安装包这里需要使用npm进行安装如果用cnpm或者yarn会有热更新失效的问题 npm install
  2. 开发运行 npm run serve:randy
  3. 生产打包 npm run dll (仅需运行一次) npm run build

项目分析

npm run analyze

温馨提示

在新增vue页面的时候热更新可能会失效重启一下项目

个人博客系统:www.randy168.com