Initial commit

This commit is contained in:
Oliver Davies 2020-09-08 19:27:57 +01:00
commit 79669b3a14
11 changed files with 8662 additions and 0 deletions

5
babel.config.js Normal file
View file

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