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:
parent
774221420c
commit
8c738d3ee8
27 changed files with 12577 additions and 1 deletions
29
mobile/.gitignore
vendored
Normal file
29
mobile/.gitignore
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
|
||||
# custom entries follow
|
||||
|
||||
vue.config.js
|
||||
src/appsettings.js
|
Loading…
Add table
Add a link
Reference in a new issue