Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 472 Bytes

qcbin

单入口移动web项目(Vue-cli)

项目构建

# 安装项目依赖
npm install

# 默认服务器(端口被占用会自增):localhost:8080
npm run dev

# 打包生产环境
npm run build

# 打包生产环境并查看包分析报告
npm run build --report

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