We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38174a9 commit 0aa24e6Copy full SHA for 0aa24e6
app/main.native.js
@@ -1,4 +1,7 @@
1
import Vue from 'nativescript-vue'
2
+import VueDevtools from 'nativescript-vue-devtools'
3
+
4
+Vue.use(VueDevtools)
5
6
import HelloWorld from './components/HelloWorld'
7
package.json
@@ -19,8 +19,12 @@
19
}
20
},
21
"dependencies": {
22
+ "@vue/devtools": "^5.0.0-beta.3",
23
+ "nativescript-socket.io": "^0.9.0",
24
"nativescript-theme-core": "^1.0.4",
25
+ "nativescript-toast": "^1.4.6",
26
"nativescript-vue": "^2.0.0-alpha.3",
27
+ "nativescript-vue-devtools": "^1.0.0",
28
"tns-core-modules": "^4.2.0",
29
"vue": "^2.5.17"
30
@@ -53,4 +57,4 @@
53
57
"webpack-cli": "^3.1.0",
54
58
"webpack-dev-server": "^3.1.8"
55
59
56
-}
60
+}
0 commit comments