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
# 安装依赖
npm install
# 启动调试服务器,即可边开发边预览
npm run dev
# 编译生产版本,开发完成后,可进行此步骤,将程序发布到服务器上
npm run build
# 运行单元测试
npm run unit
# 运行e2e测试
npm run e2e
# 运行所有测试
npm test