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

SpoonX/aurelia-form-renderer-bootstrap

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

About

Bootstrap form renderer for aurelia and aurelia form.

Resources

License

Stars

Watchers

Forks

Packages

No packages published