hb商店 使用Vue + vuex + TS + 性进行状态持久 本地设置和运行 克隆存储库 git clone https://github.com/HereComesJuju/hb-store.git 进入仓库目录 cd hb-store 安装依赖项 npm install / yarn install 运行serve命令 npm run serve / yarn serve 去 http://localhost:8080 编译并最小化生产 npm run build 运行测试 npm run test 整理和修复文件 npm run lint 运行端到端测试 npm run te