# VueAdmin **Repository Path**: kalso/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**: 2018-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目运行 ![首页](https://github.com/vueadmin/VueAdmin/blob/master/public/img/home.png) ![列表](https://github.com/vueadmin/VueAdmin/blob/master/public/img/1.png) ![列表](https://github.com/vueadmin/VueAdmin/blob/master/public/img/2.png) ![表单](https://github.com/vueadmin/VueAdmin/blob/master/public/img/3.png) ![导出](https://github.com/vueadmin/VueAdmin/blob/master/public/img/4.png) ![富文本](https://github.com/vueadmin/VueAdmin/blob/master/public/img/5.png) ``` git clone https://github.com/vueadmin/VueAdmin.git cd VueAdmin composer install npm install npm run hot (访问线上后台系统) npm run prod (vue-admin编译上线) 访问: http://localhost:4000 ```