webshops-module

0.0.7 • Public • Published

webshops-module

[![Standard JS][standard-js-src]][standard-js-href]

Webhouse Webshops Module

📖 Release Notes

Setup

  1. Add the webshops-module dependency with yarn or npm to your project
  2. Add webshops-module to the modules section of nuxt.config.js
  3. Configure it:
/*** nuxt.config.js ***/

{
  modules: [
    // Simple usage
    'webshops-module',

    // With options
    ['webshops-module', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

Resources

License

MIT License

Copyright (c) Kasper van der Vegte

Readme

Keywords

none

Package Sidebar

Install

npm i webshops-module

Weekly Downloads

2

Version

0.0.7

License

MIT

Unpacked Size

3.68 kB

Total Files

5

Last publish

Collaborators

  • kasper_vdvd