UNPKG

aurelia-view-manager

Version:

A view manager for aurelia plugins. Add support for overriding views, and multiple frameworks

21 lines (11 loc) 426 B
# Installation ## Jspm/SytemJs Run `jspm i aurelia-view-manager` from your project root and add it to your bundle configuration. ## Webpack Run `npm i aurelia-view-manager --save` from your project root and add it to your bundle configuration. ## Register plugin After installing `aurelia-view-manager` you should not forget to register it as a plugin in your application. ```js .plugin('aurelia-view-manager') ```