@buxlabs/client

A front-end application framework

Usage no npm install needed!

<script type="module">
  import buxlabsClient from 'https://cdn.skypack.dev/@buxlabs/client';
</script>

README

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