Skip to content

coldqiu/LearnVueAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-admin-template 来源于:present PanJiaChen

本项目只是在原作基础上做的一些修改,

原作者的项目

vue-element-admin

electron-vue-admin

vue-typescript-admin-template

原作者写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目:

Build Setup

# Clone project
git clone https://github.com/PanJiaChen/vue-admin-template.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

MIT license.

Copyright (c) 2017-present PanJiaChen