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
19
mobile/README.md
Normal file
19
mobile/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# mobile
|
||||
|
||||
## Project setup
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
Loading…
Add table
Add a link
Reference in a new issue