Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 281 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 281 Bytes

vue2+element 管理后台基础示例工程

webpack-template作为脚手架搭建的工程

环境指令

# 安装依赖
npm install

# 开发环境 地址用了8080,如果冲突了需要修改在config/index.js里
npm run dev

# 测试环境
npm run build:test