文件名称:vue-admin:管理后台
文件大小:367KB
文件格式:ZIP
更新时间:2024-04-14 09:23:17
Vue
## Getting started # install dependency npm install # develop npm run dev 建造 # build for test environment npm run build:stage # build for production environment npm run build:prod 先进的 # 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 f