码迷,mamicode.com
首页 > Web开发 > 详细

在使用npm打包时报错 Tip: built files are meant to be served over an HTTP server. Opening index.html over file:// won't work.

时间:2020-01-21 21:39:51      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:install   开发   执行   打包   npm   时报   style   完成   vue   

npm run dev是开发环境 (尚在编码过程中) npm run build 是生产环境(完成编码)

因为vue-cli的默认配置中, publishPath是用绝对目录, 所以dist文件夹里的文件必须放在服务器的根目录, 如果你想本地打开的话, 可以在npm run build完成之后执行以下命令:

npm install -g http-server 只需执行一次

 


在使用npm打包时报错 Tip: built files are meant to be served over an HTTP server. Opening index.html over file:// won't work.

标签:install   开发   执行   打包   npm   时报   style   完成   vue   

原文地址:https://www.cnblogs.com/chenpiaoxiaowu/p/12225737.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!