postal-devtools
v0.0.2
Published
Chrome Devtools extension for Postal.js
Downloads
2
Readme
Postal.js Devtools Chrome Extension
Usage
Connect your app:
- 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:
require("postal-devtools")
import "postal-devtools"
require([..., "postal-devtools/connector"], function () { ... })
<script src="postal-devtools/connector"></script>
Install the chrome extension:
Or clone this repo and run npm run build
to build the extension yourself.
Output in /build
.