Skip to content

3. Development of a Vue Plugin

Fatih Kadir Akın edited this page Aug 5, 2019 · 2 revisions

The best way to debug and develop your plugin is using kitchensink. Kitchensink is basically everything of your plugin in same place.

It is also good for your users, most of users like to see everything in one place.

yarn run example:kitchensink

This will open examples/kitchensink and load your kitchensink example on http://localhost:4000/.

Vue DevTools will help you to debug your Vue Plugin.

Image 1

Clone this wiki locally