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
# 项目运行在 localhost:8080
npm run dev
# 打包编译
npm run build
# build for production and view the bundle analyzer report
npm run build --report