Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ crate Public

Flexible shopping cart package for Meteor

License

brewhk/crate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is work-in-progress

Usage

Add the package

meteor add brewhk:crate

On the client-side, specify the default options using Meteor.startup():

Meteor.startup(function () {
	Stevedore.defaultOptions = {
		collection: 'items'
	};
});

Add the {{crateAddItemButton}} within the context of the item

About

Flexible shopping cart package for Meteor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •