/subscan_ui

UI for subscan.io

Primary LanguageVueApache License 2.0Apache-2.0

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.