Skip to content

Instantly share code, notes, and snippets.

@windate3411
Created January 18, 2020 12:48
Show Gist options
  • Save windate3411/f7f2db698287f7748584d922cfdae55b to your computer and use it in GitHub Desktop.
Save windate3411/f7f2db698287f7748584d922cfdae55b to your computer and use it in GitHub Desktop.
vue.config.js
//vue.config.js
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/vue-calculator/'
: '/'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment