0.1.0 • Published 7 years ago

backbone-next-template v0.1.0

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

backbone-next-template

A template for Backbone.js projects written in TypeScript and ES Next features. This template is intented for use in a Yeoman generator - generator-backbone-next, however it can be used as-is.

  • Extending Backbone classes with ES6 classes and TypeScript's enhancements (extend keyword, public/protected/private members etc.)
  • Decorating class properties with decorators from backbone-decorators
  • Using Webpack because we all love it

More details can be found Ben McCormick's article at https://benmccormick.org/2015/07/06/backbone-and-es6-classes-revisited/

License

MIT