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 (yarn install)
// 本地运行
$ npm run dev (yarn run dev)
// 编译
$ npm run build (yarn run build)
// 启动
$ npm run start (yarn run start)