vue deployed to now successfully

This commit is contained in:
Brandon Flowers 2019-01-22 20:51:47 -05:00
parent ee57a7cd65
commit daa847f527
3 changed files with 28 additions and 1 deletions

11
vue/vue.config.js Normal file
View file

@ -0,0 +1,11 @@
module.exports = {
// options...
devServer: {
compress: true,
inline: true,
port: '8080',
allowedHosts: [
'.now.sh'
]
}
}