前言

history模式部署 需要注意的东西 如下:

histroy模式加载baseUrl

打包同样 前缀是baseUrl

vue.config.js

将dist文件夹下的东西提交到gh-pages

指令

1
git subtree push --prefix dist origin gh-pages

效果

部署