1.3.1 • Published 8 years ago

meteor-client v1.3.1

Weekly downloads
19
License
ISC
Repository
github
Last release
8 years ago

meteor-client

This project encapsulate the original Meteor client libraries so they can be used with browserify without the Meteor server side. The main pourpose is to be able to use Blaze templates with Tracker reactive data binding from any web application.

The followed packages are included:

Also it include the following custom packages:

Dependencies

This project requires jQuery and underscore or lodash.

Installation

With npm:

$ npm install meteor-client

Usage in Node

var Meteor = require('meteor-client')($,_);

Documentation

Please refer to Meteor documentation for the detailed information about each package.

See also

We have also made available a jQuery plugin to make it easier to use dynamic blaze templates.

Author

Sergio Garcia Murillo @eface2face

License

MIT