aurelia-form-renderer-bootstrap

0.0.2 • Public • Published

aurelia-form-renderer-bootstrap

Build Status Known Vulnerabilities Gitter

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.

Example

Readme

Keywords

Package Sidebar

Install

npm i aurelia-form-renderer-bootstrap

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • rwoverdijk