Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 312 Bytes

code editor

Build Setup

# 安装依赖
npm install / yarn

# 开发环境,启动后打开: localhost:8080
npm run dev

# 生产环境构建
npm run dll // 构建DllPlugin
npm run build // 打包

# 生产环境构建完成后可以查看各模块的大小和依赖
npm run build --report