Skip to content

Akryum/vue2-devtools-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Vue 2 plugin with devtools integration

Usage in app:

import Vue from 'vue'
import App from './App.vue'
import MyAwesomePlugin from 'my-awesome-plugin'

Vue.use(MyAwesomePlugin)

new Vue({
  render: h => h(App),
  myPlugin: true,
}).$mount('#app')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published