koco-knockout-utilities

1.4.4 • Public • Published

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.
});

Readme

Keywords

none

Package Sidebar

Install

npm i koco-knockout-utilities

Weekly Downloads

3

Version

1.4.4

License

MIT

Last publish

Collaborators

  • ozakaria-rc
  • rcguillaume
  • adruffin-rc
  • pubach
  • hugo.leclerc
  • laurentlbm-rc
  • clarose
  • vietsrc
  • matstlo
  • fcharest
  • rcmax