webshops-module
v0.0.7
Published
Webshops module custom made for The Webhouse Core
Readme
webshops-module
[![Standard JS][standard-js-src]][standard-js-href]
Webhouse Webshops Module
Setup
- Add the
webshops-moduledependency withyarnornpmto your project - Add
webshops-moduleto themodulessection ofnuxt.config.js - Configure it:
/*** nuxt.config.js ***/
{
modules: [
// Simple usage
'webshops-module',
// With options
['webshops-module', { /* module options */ }]
]
}Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
Resources
License
Copyright (c) Kasper van der Vegte
