1.0.4 • Published 7 years ago

@buxlabs/client v1.0.4

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

client

A front-end application framework

Installation

npm install --save-dev @buxlabs/client

Usage

import { Model } from '@buxlabs/client'

const model = new Model()
model.set({ foo: 'bar' })

How does it work?

The framework is a thin layer of abstraction over Backbone.Marionette accompanied with underlying deps.

The main goal of the framework is to provide a set of opinionated general purpose objects and methods for single page apps.

It is supposed to minimize the number of decisions that must be made before starting a new project and speed up the development time.

todo

  • add tests
  • add coverage
  • add docs
  • host docs
  • rewrite the dependencies
  • add utility methods