后台前端
安装
🖥 加入组织(如果您也对开源感兴趣,欢迎加入组织),开源、共享、共赢永远是主旋律。
📱 +讨论群 扫码 | V:18601938676
npm install --registry=https://registry.npmmirror.com
```bash
# develop
npm run dev
This will automatically open http://localhost:9528
Build
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
Advanced
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix