admin 后台管理项目(Vue-cli) 项目构建 # 安装项目依赖 npm install # 默认服务器(端口被占用会自增):localhost:8080 npm run dev # 打包生产环境 npm run build # 打包生产环境并查看包分析报告 npm run build --report For a detailed explanation on how things work, check out the guide and docs for vue-loader.