You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 项目构建### install dependencies || 安装依赖关系
npm install
### 服务热加载 ☞ localhost:8080
npm run dev
### 通过压缩生产环境
npm run build
### 运行单元测试
npm run unit
### 运行e2e测试
npm run e2e
### 运行所有测试
npm test