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
26
mobile/package.json
Normal file
26
mobile/package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "theo-mobile",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build"
|
||||
},
|
||||
"dependencies": {
|
||||
"buefy": "^0.9.4",
|
||||
"byjove": "^0.1.9",
|
||||
"core-js": "^3.6.5",
|
||||
"js-cookie": "^2.2.1",
|
||||
"vue": "^2.6.11",
|
||||
"vue-resource": "^1.5.1",
|
||||
"vue-router": "^3.2.0",
|
||||
"vuex": "^3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-router": "~4.5.0",
|
||||
"@vue/cli-plugin-vuex": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue