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 --save-dev
// 开发环境:提前打包一些基本不怎么修改的文件
npm run dll
// 运行项目,启动成功之后,访问http://localhost:8088/#/login
npm run dev
// 生产环境:编译使用的包文件
npm run build