base project commit

This commit is contained in:
Xevion
2020-08-12 13:46:59 -05:00
parent f8327c9231
commit f22498e748
11 changed files with 12081 additions and 101 deletions

5
babel.config.js Normal file
View File

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