# 区块链宝箱接龙 ## 预览地址 --- ## 安装依赖 ``` npm install ``` ### 启动本地调试 ``` npm run serve ``` ### 打包编译 ``` npm run build ``` ### 检查代码 ``` npm run lint ```