一个基于Vue开发的权限管理系统,后续会增加更多实用的功能。
演示地址:https://www.admin.zhontai.net/
npm install
或
npm install --registry=https://registry.npm.taobao.org
npm run serve
如果你想换端口,可以直接修改根目录下的 vue.config.js 文件
devServer: {
port: 9000, // 当前 admin 项目的端口号
proxy: {
// 配置代理
"/api": {
target: "http://localhost:8000",//改成后端api地址
npm run lint
npm run build