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
# 开发版本,用于开发使用,热加载
yarn run dev
# 生产版本,对代码进行混淆压缩,提取公共代码,分离css文件
yarn run build
# 生产版本并查看包分析器报告
yarn run build --report
# 单元测试
yarn run unit
# e2e测试
yarn run e2e
# 所有测试
yarn test