1.0.5 • Published 5 years ago

gatbsy-plugin-marksale v1.0.5

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

gatsby-plugin-marksale

Easily add MARKSALE® to your Gatsby site.

Install

npm i gatsby-plugin-marksale

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-marksale`,
    options: {
      clientAlias: 'YOUR_MARKSALE_CLIENT_ALIAS',
      // Include in development.
      includeInDevelopment: false
    }
  }
];
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago