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.
Bootstrap form renderer for aurelia and aurelia form.
The changelog provides you with information about important changes.
Run npm i aurelia-form-renderer-bootstrap --save
from your project root.
And add following to the build.bundles.dependencies
section of aurelia-project/aurelia.json
.
"aurelia-form-renderer-bootstrap",
Run jspm i aurelia-form-renderer-bootstrap
And add following to the bundles.dist.aurelia.includes
section of build/bundles.js
:
"aurelia-form-renderer-bootstrap",
Run npm i aurelia-form-renderer-bootstrap --save
from your project root.
Add aurelia-form-renderer-bootstrap
in the coreBundles.aurelia section
of your webpack.config.js
.
Npm-based installations pick up the typings automatically. For Jspm-based installations, run typings i github:spoonx/aurelia-form-renderer-bootstrap
or add "aurelia-form-renderer-bootstrap": "github:spoonx/aurelia-form-renderer-bootstrap",
to your typings.json
and run typings i
.