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 webpack -g
npm install
npm run dev-api //开发环境,启动服务器,仅API(重启速度快)
npm run dev //开发环境,启动服务器,界面和API
npm start //生产环境,启动服务器
npm run build-dev //开发环境自动编译
npm run build-prod //生产环境打包