Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7
Open
Description
Hi, I am trying out nativescript vue, following the starter guide in the official documentation and creating a new app using the vue init command and trying to connect to the dev tool.
I had no problem viewing the app on android emulator, however, I was unable to get the dev tool connected. I was stuck withWaiting for connection...
with steps to add script at the top of the page you want to debug.
To Reproduce:
- create a new nativescript vue app from scratch followinghttps://nativescript-vue.org/en/docs/getting-started/quick-start/
- Run
npm install --save @vue/devtools@beta nativescript-toast nativescript-socket.io nativescript-vue-devtools
- Add the import in main.js
import VueDevtools from 'nativescript-vue-devtools' Vue.use(VueDevtools)
- Run
vue-devtools
in one terminal - Run
rm -rf platforms && tns run android --bundle
on another terminal
Metadata
Metadata
Assignees
Labels
No labels