gatsby-plugin-paddle

2.1.0 • Public • Published


gatsby-plugin-paddle

A simple plugin that adds paddle.js to every page on your Gatsby site.



Getting Started

STEP #1

Install using either npm or yarn:

npm install gatsby-plugin-paddle

OR

yarn add gatsby-plugin-paddle

STEP #2

Add the plugin to gatsby-config.js

module.exports = {
	plugins: [
		{
			resolve: `gatsby-plugin-paddle`,
			options: {
				vendorId: 'YOUR_VENDOR_ID' // Find in your account settings.
				debug: false // Set true to start the debug mode.
			}
		}
	]
};

Package Sidebar

Install

npm i gatsby-plugin-paddle

Weekly Downloads

2

Version

2.1.0

License

MIT

Unpacked Size

11.4 kB

Total Files

10

Last publish

Collaborators

  • ahmadawais