vs-panel-configurator
v0.0.1
Published
Visual Sistemas Panel Configurator.
Downloads
1
Readme
vs-panel-configurator
Consume Plugin
You can consume this plugin directly by:
from bitbucket repository
npm i bitbucket:zamurvisual/vs-panel-configurator
from published npm package
https://www.npmjs.com/package/vs-panel-configurator
Then load the plugin in app's main.js like this.
aurelia.use.plugin("vs-panel-configurator");
// for webpack user, use PLATFORM.moduleName wrapper
aurelia.use.plugin(PLATFORM.moduleName("vs-panel-configurator"));Helpers
https://aurelia.io/docs/plugins/write-new-plugin#develop-plugin
