Kyle's Blog Talk is cheap. Show me the code.

本地运行Vue项目编译后的dist文件夹

2020-09-25
web

  1. 全局安装serve
    npm i serve -g
    
  2. 在dist目录下执行
    serve
    

还有一种方法,修改vue.config.js,这样打包出来的资源引用就使用相对路径

module.exports = {
    "publicPath": ""
}

上一篇 Git常用命令

Comments

Content