Fix axios and server setup

This commit is contained in:
Kevin Thomas
2021-08-08 23:52:44 -07:00
parent cd6af207be
commit ad810beea9
15 changed files with 17131 additions and 110 deletions

View File

@@ -1,5 +1,8 @@
module.exports = {
transpileDependencies: [
'vuetify'
]
],
devServer: {
proxy: 'http://localhost:3000'
}
}