1.0.4 • Published 6 years ago

vue-commercetools v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-commercetools

Build Status VersionLicense

code style: prettier

codebeat badge

Filters for e-commerce developments in commercetools.

Installation

You can install it via yarn or NPM.

$ yarn add vue-commercetools
$ npm install vue-commercetools

Usage

import Vue from 'vue';
import VueCommercetools from 'vue-commercetools';

Vue.use(VueCommercetools);

Changelog

Details changes for each release are documented in the release notes.

Contribution

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.

License

MIT