This commit is contained in:
Oliver Davies 2018-12-21 18:16:43 +00:00
commit ca9d7f7fc3
11 changed files with 6947 additions and 0 deletions

5
babel.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}