vueAdmin ui基础包

时间:2023-03-09 20:19:16
vueAdmin ui基础包

这个版本的vueAdmin ui是针对官网版本进行修改而成,主要修改了后端接口修改,登录等等,一个通用的前端工程基础包,即开即用,省去了前期繁琐配置

Demo

vueAdmin ui基础包

Build Setup

# Clone project
git clone https://github.com/1049759078/vueAdmin.git
# Install dependencies
npm install # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org # serve with hot reload at localhost:9528
npm run dev # build for production with minification
npm run build # build for production and view the bundle analyzer report
npm run build --report

License

The code is available under the MIT license.

vueAdmin ui基础包