1.0.5 • Published 6 years ago

gatbsy-plugin-marksale v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.0

6 years ago