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
## 进入projects/xxx的具体项目下,执行下面的命令 浏览器自动打开:localhost:8080
npm run dev
# 打包编译
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test