0.13.0 • Published 7 years ago

backed v0.13.0

Weekly downloads
5
License
CC-BY-NC-ND-4.0
Repository
github
Last release
7 years ago

backed NPM version Build Status Dependency Status Coverage percentage

Small web framework for quick app & component development

Features

  • class development without the worry of constructors and calling super
  • internal/scoped & global property observers, checkout using observers
  • updates property values to attributes & the otherway around, checkout using reflect
  • easy to compose with other classes.
  • templating using lit-html, checkout using render

Templating is not included out of the box anymore, checkout custom-renderer-mixin or backed-lit-mixin for rendering.

Installation

$ yarn add backed
$ npm install --save backed

Usage

Importing

ES modules

Imports are found in the "src" folder

import package from 'package/location/src/package.js';

iife

Imports are found in the package root folder

<script src="package/location/package.js"></script>

checkout some usage examples

More info

Roadmap

  • Support customElementsV1
  • Support commonjs (node)
  • Add observer support
  • Add global observer support

TODO

  • Add strict property support (wip)
  • Handle Commonjs (properties, observers, etc ...)
  • Bind properties & attributes (use pubsub to notify changes)
  • Reflect properties & attributes
  • Add demo's
  • Add documentation

Notes

  • Currently working on splitting into modules as much possible/needed
  • LitMixin is about to be removed & can be found @ backed-lit-mixin

License

CC-BY-NC-ND-4.0 © Glenn Vandeuren

0.13.0

7 years ago

0.12.3

7 years ago

0.12.2

7 years ago

0.12.1

7 years ago

0.12.0

7 years ago

0.11.1

7 years ago

0.11.0-alpha.1

7 years ago

0.11.0-alpha

7 years ago

0.11.0

7 years ago

0.10.2

7 years ago

0.10.1

7 years ago

0.10.0-beta.3

7 years ago

0.10.0-beta.2

7 years ago

0.10.0-beta.1

7 years ago

0.10.0-beta

7 years ago

0.10.0-alpha.2

8 years ago

0.10.0-alpha.1

8 years ago

0.10.0-alpha

8 years ago

0.9.5

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.9.0-beta.5

8 years ago

0.9.0-beta.4

8 years ago

0.9.0-beta.3

8 years ago

0.9.0-beta.2

8 years ago

0.9.0-beta.1

8 years ago

0.9.0-beta

8 years ago

0.9.0-preview.6

8 years ago

0.9.0-preview.5

8 years ago

0.9.0-preview.4

8 years ago

0.9.0-preview.3

8 years ago

0.9.0-preview.2

8 years ago

0.9.0-preview.1

8 years ago

0.9.0-alpha.4

8 years ago

0.9.0-alpha.3

8 years ago

0.9.0-alpha.2

8 years ago

0.9.0-alpha.1

8 years ago

0.8.0

8 years ago

0.4.0

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.3.0-alpha3

8 years ago

0.3.0-alpha2

8 years ago

0.3.0-alpha1

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0-alpha.6

8 years ago

0.0.0-alpha.5

8 years ago

0.0.0-alpha.4

8 years ago

0.0.0-alpha.3

8 years ago

0.0.0-alpha.2

8 years ago

0.0.0-alpha.1

8 years ago

0.0.0

8 years ago