Skip to content

Instantly share code, notes, and snippets.

@woat
Created April 26, 2018 22:49
Show Gist options
  • Save woat/292567267c2e947d74a932df35a244fb to your computer and use it in GitHub Desktop.
Save woat/292567267c2e947d74a932df35a244fb to your computer and use it in GitHub Desktop.
Vue to GH-Pages
// config/index.js
dev: {
// ...
assetsPublicPath: './',
// ...
},
build: {
// ...
assetsPublicPath: './',
// ...
}
// npm run build
// dist folder is now gh-pages ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment