shopware-client
v0.0.0
Published
Kippie Shopware Client
Downloads
1
Readme
shopware-client
Kippie Shopware Client
Setup
- Add
shopware-client
dependency to your project
yarn add shopware-client # or npm install shopware-client
- Add
shopware-client
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'shopware-client',
// With options
['shopware-client', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Mees Hoogendoorn