Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 602 Bytes

DeAdmin

A Vue.js + AdminLTE project 使用vue-cli脚手架搭建

Build Setup

# 安装依赖包
npm install

# 启动热加载服务 localhost:8080
npm run dev

# 构建产品
npm run build

# 单元测试
npm run unit

# e2e测试
npm run e2e

# 所有测试
npm test

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