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.DiffSequence
- Meteor.IdMap
- Meteor.OrderedDict
- Meteor.Tracker
- Meteor.Minimongo
- 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:
This project requires jQuery and underscore or lodash.
With npm:
$ npm install meteor-client
var Meteor = require('meteor-client')($,_);
Please refer to Meteor documentation for the detailed information about each package.
We have also made available a jQuery plugin to make it easier to use dynamic blaze templates.
Sergio Garcia Murillo @eface2face
MIT