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
git clone https://github.com/lejianwen/Gwen-admin.git
cd Gwen-admin
npm install
// 本地开发
npm run dev
// 打包
npm run build
// 本地预览,请先执行build
npm run server