vue-backbone
v0.1.3
Published
Vue.js Plugin to facilitate Backbone integration
Downloads
2,579
Readme
vue-backbone
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.propvsmodel.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-backboneVia Yarn
yarn add vue-backboneScript include (see dist folder)
<script src="vue-backbone.min.js"></script>Examples
Clone or download the repo to run the examples.
- GitHub Commits - Backbone version of Vue.js example
- TodoMVC - combined Backbone and Vue TodoMVC examples
- TodoMVC with Component - more complex version of above
- Comparison - in-browser performance test and comparison

