Add very basic mobile app support for Theo

much more to come yet, but should be enough to launch a demo
This commit is contained in:
Lance Edgar 2021-01-28 21:15:34 -06:00
parent 774221420c
commit 8c738d3ee8
27 changed files with 12577 additions and 1 deletions

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

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