Browser Dev Tools
npm install @vueschool/browser-devtoolsThis is a DevTools extension for VueSchool.io. It's a work in progress, and we're open to suggestions and contributions.
Under the hood, it uses vconsole and vue-vconsole-devtools.
This is a very opinionated use of vconsole, and it's not meant to be a general purpose DevTools extension.
In order tu install this into any project, you need to add the following to your package.json:
!screenshot-1.png
!screenshot-2.png
NPM
``shell`
$ npm install @vueschool/browser-devtools`
Yarnshell`
$ yarn add @vueschool/browser-devtools
Once installed, you can import it into your project like this.
By importing it will automatically be enabled and should show in your browser.
`js``
import '@vueschool/browser-devtools'