Created
April 26, 2018 22:49
-
-
Save woat/292567267c2e947d74a932df35a244fb to your computer and use it in GitHub Desktop.
Vue to GH-Pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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