@vueschool/browser-devtools
v1.0.8
Published
Browser Dev Tools
Downloads
300
Readme
VueSchool.io Browser DevTools
Introduction
This 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
:
NPM
$ npm install @vueschool/browser-devtools
Yarn
$ 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.
import '@vueschool/browser-devtools'