meteor-client
v1.3.1
Published
Meteor client libraries
Downloads
44
Readme
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:
- [Meteor] (https://github.com/eface2face/meteor-core)
- [Meteor.Base64] (https://github.com/eface2face/meteor-base64)
- Meteor.EJSON
- Meteor.Random
- Meteor.IdMap
- Meteor.OrderedDict
- Meteor.Tracker
- Meteor.ObserveSequence
- Meteor.HTMLJS
- Meteor.HMLTools
- Meteor.ReactiveVar
- Meteor.Blaze
- Meteor.BlazeTools
- Meteor.Templating
- Meteor.Spacebars
- Meteor.SpacebarsCompiler
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