1.0.2 • Published 4 years ago

jam-plugin v1.0.2

Weekly downloads
1
License
GNU AGPLv3
Repository
github
Last release
4 years ago

jam-plugin

Ship products faster by adding jam to any project!

Get started by visiting jam.dev.

NPM JavaScript Style Guide

Install

npm install --save jam-plugin

Usage

import React from 'react'

import JamPlugin from 'jam-plugin'
import 'jam-plugin/dist/index.css'

const App = () => {
  return <JamPlugin JAM_ID="YOUR_JAM_ID" />
}

Development

cd jam-plugin
rm package-lock.json
rm yarn.lock
rm -rf node_modules/
npm install
npm start

Run example file

cd example
rm package-lock.json
rm -rf node_modules
npm install
npm start

License

GNU AGPLv3 © Strawberry-Jam-Manufacturers