moltin / js-sdk

JavaScript & Node.js SDKs for the Elastic Path Commerce Cloud eCommerce API
http://documentation.elasticpath.com/
MIT License
173 stars 77 forks source link

Please publish it to npm #45

Closed suhaotian closed 7 years ago

suhaotian commented 7 years ago

Then I can:

npm install moltin --save
var Moltin = require('moltin')
andrew-waters commented 7 years ago

Hey @suhaotian - you should be able to install via NPM using the following command:

npm install moltin --save

The package is available here.

suhaotian commented 7 years ago

Wow! Thank you ! Maybe the documention about JS-SDK should add this to install section !

andrew-waters commented 7 years ago

Great, glad it worked for you. It's in the README already, so I'll close this.

suhaotian commented 7 years ago

It could work with webpack in browser ?