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
# 安装依赖
pnpm install
# 本地开发
pnpm start
# 打包资源库代码
pnpm run build
# 预览打包后的代码
pnpm run build:watch
# 打包文档
pnpm run docs:build
# 检查项目是否有问题
pnpm run doctor
# 运行单元测试
pnpm run test