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