-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
I'm following the official documentation.
When I type npx vue-devtools
in my project folder, nothing happens, no error returned, nothing.
I also tried a new project, nothing happens too...
package.json:
"dependencies": {
"@vue/devtools": "^5.3.3",
"nativescript-socketio": "^3.3.1",
"nativescript-theme-core": "~1.0.6",
"nativescript-toasty": "^3.0.0-alpha.2",
"nativescript-ui-sidedrawer": "^8.0.1",
"nativescript-vue": "~2.4.0",
"nativescript-vue-devtools": "^1.2.0",
"tns-core-modules": "~6.1.0",
"vue-i18n": "^8.17.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "~1.2.0",
"nativescript-vue-template-compiler": "~2.4.0",
"node-sass": "^4.7.1",
"vue-loader": "~15.4.0"
}
app.js:
import VueDevtools from 'nativescript-vue-devtools'
import Vue from 'nativescript-vue'
import i18n from './assets/lang'
// Pages
import WelcomePage from './pages/Welcome'
Vue.use(VueDevtools)
// Load plugins
require('./plugins')
// Load filters
require('./utils/filters')
new Vue({
template: `
<Frame>
<WelcomePage />
</Frame>`,
components: {
WelcomePage
},
i18n
}).$start()
System info:
OS: Debian 10.3 Buster
Node.js: v.10.20.1
npm: 6.14.4
npx: 6.14.4
Metadata
Metadata
Assignees
Labels
No labels