@vcmap/hello-world
v1.0.9
Published
A small hello world plugin
Downloads
5
Readme
@vcmap/hello-world
Part of the VC Map Project
This is the @vcmap/ui
Hello World plugin!
Content
The plugin provides a minimal show-case working example including:
- implementing the VcsPlugin interface index.js
- plugin config
- plugin state (set and getState)
- plugin hooks
- initialize
- onVcsAppMounted
- destroy
- plugin serializing (toJSON)
- internationalization (i18n)
- sample ui-component helloWorld.vue
- using vcs and vuetify components
- plugin assets (getPluginAssetUrl)
- plugin API testing spec