0.1.0 • Published 7 years ago

@d3banking/backbone-decorators v0.1.0

Weekly downloads
20
License
MIT
Repository
github
Last release
7 years ago

backbone-decorators

Collection of decorators that simplify using Backbone with ES6 classes.

Use

  1. Use NPM to install the backbone-decorators package

    npm install @d3banking/backbone-decorators --save
  2. Import the desired decorator into the Backbone module

    import { on } from '@d3banking/backbone-decorators';

Decorator List

  • on
  • className
  • tagName
  • prop
  • protoProp
  • url
  • accessor
  • accessors

Developing

Dist Build

npm start

Run Tests

npm test

License

Software: Licenced under the MIT License (MIT)

http://opensource.org/licenses/MIT