Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 563 Bytes

后台管理系统

基于Vue.js2.0的后台管理系统

技术栈

  • Vue2.0
  • Element-ui 一款基于vue的ui框架

使用方法

  • 将项目clone或download至本地,执行下面命令
    • npm install // 下载相关依赖包
    • npm run dev // 开启服务器,即可看到效果页面

Build Setup

# install dependencies
npm install

# serve with hot reload at 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