aurelia-view-manager
Enables the support of multiple rendering strategies and configuring view strategies at run time.
Used by
Following plugins need an installation of aurelia-view-manager:Installation
Aurelia-cli
Runnpm i aurelia-view-manager --save
from your project root.Aurelia-view-manager uses extend, so add the following to the
build.bundles.dependencies
section of aurelia-project/aurelia.json
:"dependencies": [
"extend",
"aurelia-view-manager",
//...
],
Jspm
Runjspm i aurelia-view-manager
from your project root.And add following to the
bundles.dist.aurelia.includes
section of build/bundles.js
:"aurelia-view-manager",
Webpack
Runnpm i aurelia-view-manager --save
from your project root.And add
aurelia-view-manager
in the coreBundles.aurelia
section of your webpack.config.js
.Documentation
You can find usage examples and the documentation at the aurelia-view-manager-docs.The changelog provides you with information about important changes.