0
0
Fork 0

Initialize web code

This commit is contained in:
Oliver-Akins 2020-12-07 20:32:16 -07:00
parent 850af27966
commit f7b571269e
7 changed files with 9068 additions and 0 deletions

5
web/babel.config.js Normal file
View file

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