前端

前端

js类

云开见日

云开见日

1 个月前

VUE打包测试常用命令

安装依赖命令:`npm install`调试运行命令:`npm run dev`打包生成命令:`npm run build`大多数服务端(无需编译,直接启动)命令:`npm run start`