1.4.4 • Published 8 years ago

koco-knockout-utilities v1.4.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

koco Knockout Utilities

A sets of helpers for knockout. Mainly used with the generator-koco project.

Installation

bower install knockout-utilities

Knockout component registration

This library exposes mainly a function to register knockout components.

var koUtilities = require('koco-utilities');
koUtilities.registerComponent('component_name', {
    htmlOnly: boolean,  // defines a component which doesn't have a JavaScript backend.
    isBower: boolean,   // will search bower_components/ folder.
    basePath: string    // override any path convention to find the component.
});
1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago