base-objects

Base javascript objects with convenient inheritance and some shared features for node & browser, AMD

Usage no npm install needed!

<script type="module">
  import baseObjects from 'https://cdn.skypack.dev/base-objects';
</script>

README

base-objects.js

Build Status NPM version Bower version Project status license status Total views Gittip

STILL IN PROGRESS - MISSING FEATURES - API MAY CHANGE

Introduction

  1. Extensions to Backbone.Model
  2. Common Backbone sync() implementations
  3. Convenient mixins to add to your objects (Backbone or not)

License : public domain (http://unlicense.org/)

Usage

TODO

Installation

Bower : bower install base-objects.js Npm : npm install base-objects

Unit tests

Browser : open test_runner/mocha.html Node : npm test