Initial Vue & Backend Files

This commit is contained in:
Johnathon Slightham
2021-02-19 23:36:53 -05:00
commit eb946e93be
13 changed files with 12103 additions and 0 deletions

5
babel.config.js Normal file
View File

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