Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 393 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 393 Bytes

Subscan Ui

Build Setup

# 安装依赖
yarn

# 启动本地开发环境
yarn serve

# 测试环境打包
yarn run testbuild

# 生产环境打包
yarn run build

# 打包依赖分析
yarn run analyz

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