Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

SpoonX/aurelia-view-manager

Repository files navigation

Archived

It was fun while it lasted, but we have to stop maintaining these repositories. We haven't used these projects for quite some time and maintaining them is becoming harder to do.

You deserve better, and for that reason we've decided to archive some repositories, which includes this one.

Feel free to fork and alter the repositories, and go forth making awesome stuff.

aurelia-view-manager

Build Status ![Gitter](https://img.shields.io/gitter/room/nw s/nw.js.svg?maxAge=2592000?style=plastic)

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

Run npm 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

Run jspm 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

Run npm 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.

Contributing

Report bugs, request features, send pull requests for fixes and features and read the CONTRIBUTING.md

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published