aurelia-form-renderer-bootstrap
v0.0.2
Published
Skeleton plugin following spoonx conventions.
Downloads
20
Readme
aurelia-form-renderer-bootstrap
Bootstrap form renderer for aurelia and aurelia form.
Documentation
The changelog provides you with information about important changes.
Uses
Used by
Installation
Aureli-Cli
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",
Jspm
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",
Webpack
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
.
Typescript
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
.