This commit is contained in:
Oliver Davies 2018-11-19 19:54:46 +00:00
commit 9f1fc36536
11 changed files with 6892 additions and 0 deletions

5
babel.config.js Normal file
View file

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