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

310 阅读1分钟
  1. 安装http-server 通过npm install -g http-server
  2. 通过命令行进入到dist文件夹 执行 npx http-server