Utilities > Migration


vue-backbone 0.15


Vue.js Plugin to facilitate Backbone integration
  • vue
  • backbone
last commit 6 years ago
43
Stargazers

Watchers
43
Open issues
4
17975
Downloads

Last 30 days
339
Releases
5
47
Final Score

Quality
91
Popularity
9
Maintenance
47

vue-backbone

Build Status Coverage Status styled with prettier

Vue.js Plugin to facilitate gradual migration from Backbone. Backbone Collections and Models can be safely integrated with Vue instances and components, with focus on clean code and future adoption of a Flux library (e.g. Vuex/Redux/Flux).

Features

  • Reactive data ensures Vue correctly and efficiently updates.
  • Safe direct data access (model.prop vs model.get('prop')).
  • Backbone-encapsulated logic made available.
  • No syncing required, single source of truth.
  • Step-by-step incremental migration path.

Documentation

Usage and guidelines documentation available here

Installation

Via NPM

npm install vue-backbone

Via Yarn

yarn add vue-backbone

Script include (see dist folder)

<script src="vue-backbone.min.js"></script>

Examples

Clone or download the repo to run the examples.

License

MIT