# VueAdmin **Repository Path**: dong21/VueAdmin ## Basic Information - **Project Name**: VueAdmin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-19 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![输入图片说明](https://images.gitee.com/uploads/images/2019/0219/232223_f194af9f_1979961.jpeg "QQ图片20190219202446.jpg") 一个基于 Vue.js 的后台管理系统项目,目前是1.0版本,主要是权限管理系统,以后会增加更多功能,持续开发中...。 ## 安装 ``` git clone git@gitee.com:dong21/VueAdmin.git ``` 安装包依赖 ``` npm install ``` ## 运行 运行服务 ```js npm run serve ``` ``` 可以在根目录的 vue.config.js 中修改端口: "devServer": { "host": "127.0.0.1", "port": "2364"//端口号 }, ``` ## 编译 build for production and launch server ```js npm run build