Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 787 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 787 Bytes

ecommerce-framwork

package to add module products, point, member, and cart. It is built following the meteor guide

Installation

With Meteor >=0.9.0:

$ meteor add saraychak:ecommerce-framwork

Install like so:

$ meteor add saraychak:ecommerce-framwork

This package is a replacement for the official ecommerce-framwork package, so remove it if it's already in your project:

$ meteor remove saraychak:ecommerce-framwork

You will also can find at github.

How to use

Add {{> ecommerceFramwork}} to your body

Example:

<head>
  <title>ecommerce-framwork</title>
</head>

<body>
  {{> ecommerceFramwork}}
</body>

Thanks.