B
B
Bogdan2018-12-13 12:43:54
Vue.js
Bogdan, 2018-12-13 12:43:54

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()

launched the debugger
npx vue-devtools
then deleted the platforms folder
tns run android --bundle
But for some reason Vue-devtools won't connect? Hanging message about pending connection
5c1229aa59af6903233391.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question