使用npm打包vue项目流程 修改权限安装命令运行打包 修改权限 进入到项目的目录中 chmod 777 -R ./ 安装命令 npm install 或 npm install --no-optional 运行 npm run serve 打包 npm run build