- Install the connector:
npm install postal-devtools --save-dev
bower install postal-devtools --save-dev
- or just clone this repo
- Load it in your app:
- CJS:
require("postal-devtools")
- ES2015:
import "postal-devtools"
- AMD:
require(["postal-devtools/connector"], function () { ... })
- 1990's:
<script src="postal-devt 5E3A ools/connector.js"></script>
Or clone this repo and run npm run build
to build the extension yourself.
Output in /build
.