Answer the question
In order to leave comments, you need to log in
NativeScript Vue-devtools not connecting?
Hello, but don’t tell me how Vue-devtools is there,
Windows 10x64 system, antivirus and firewall turned off.
I did everything according to the dock:
Added to main.js
import Vue from 'nativescript-vue'
import App from './components/App'
import VueDevtools from 'nativescript-vue-devtools'
Vue.use(VueDevtools)
// Prints Vue logs when --env.production is *NOT* set while building
Vue.config.silent = (TNS_ENV === 'production')
new Vue({
render: h => h('frame', [h(App)])
}).$start()
npx vue-devtools
tns run android --bundle
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question