/vue-admin-Template

突发奇想的想写一个后台管理系统模板,不定期更新到GitHub~

Primary LanguageJavaScript

关于

Suddenly want to write a background management system template, irregularly scheduled update to GitHub

突然想写一个后台管理系统模板,不定期更新到GitHub

构建运行

# clone the project
# 克隆这个项目

git clone https://github.com/mdzxy/vue-admin-Template.git

# install dependencies
# 下载依赖包

npm install

# serve with hot reload at localhost:8080
# 在localhost:8080 打开热加载服务
npm run dev

# build for production with minification
# 生成生产环境包

npm run build

# build for production and view the bundle analyzer report
# 构建产品并查看包分析器报告

npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.