标签:install 开发 执行 打包 npm 时报 style 完成 vue
npm run dev是开发环境 (尚在编码过程中) npm run build 是生产环境(完成编码)
因为vue-cli的默认配置中, publishPath是用绝对目录, 所以dist文件夹里的文件必须放在服务器的根目录, 如果你想本地打开的话, 可以在npm run build
完成之后执行以下命令:
npm install -g http-server 只需执行一次
标签:install 开发 执行 打包 npm 时报 style 完成 vue
原文地址:https://www.cnblogs.com/chenpiaoxiaowu/p/12225737.html