目录

adnc-vue-admin

优质
小牛编辑
114浏览
2023-12-01

该模块提供了一个基于Vue.js的纯静态后台管理系统的界面方案,

该模块克隆自:vue-admin-template,感谢PanJiaChen.

构建步骤


# Install dependencies 
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