jianboy 1 year ago
parent
commit
388697a2b5
3 changed files with 797 additions and 21 deletions
  1. 4 0
      app/main.js
  2. 786 18
      package-lock.json
  3. 7 3
      package.json

+ 4 - 0
app/main.js

@@ -1,6 +1,10 @@
 import Vue from 'nativescript-vue'
 import App from './components/App'
+import * as Sqlite from 'nativescript-sqlite';
 
+let initDb = function (db){
+  db.execSQL()
+}
 
 new Vue({
   render: (h) => h(App),

File diff suppressed because it is too large
+ 786 - 18
package-lock.json


+ 7 - 3
package.json

@@ -12,11 +12,15 @@
     "@nativescript/core": "~8.5.1",
     "@nativescript/theme": "~3.0.2",
     "nativescript-vue": "~2.9.3",
-    "axios": "^1.3.6"
-
+    "axios": "^1.3.6",
+    "nativescript-sqlite": "^2.8.6",
+    "nativescript-toast": "^2.0.0",
+    "nativescript-ui-listview": "^15.2.3",
+    "nativescript-vue-devtools": "^1.5.1",
+    "nativescript-audio": "^6.2.6"
   },
   "devDependencies": {
-    "@nativescript/android": "8.1.1",
+    "@nativescript/android": "8.5.0",
     "@nativescript/webpack": "~5.0.0",
     "nativescript-vue-template-compiler": "~2.9.0"
   }

Some files were not shown because too many files changed in this diff