MeirionHughes / aurelia-plugin-skeleton

An aurelia plugin using webpack during development and for plugin demonstration
6 stars 0 forks source link
aurleia plugin sass scaffolding skeleton typescript webpack

aurelia-plugin-skeleton

try the example

development

npm install
npm start

build

npm install
npm build

Consuming

to consume your plugin in a seperate app you must wrap the package name like so:

aurelia.use.plugin(PLATFORM.moduleName("my-plugin-package-name");

todo