An open API service indexing awesome lists of open source software.

https://github.com/dpi/toasty

Toasty is a Vue + Tailwind app displaying messages via Pusher protocol
https://github.com/dpi/toasty

Last synced: 3 months ago
JSON representation

Toasty is a Vue + Tailwind app displaying messages via Pusher protocol

Awesome Lists containing this project

README

          

https://www.npmjs.com/package/@dpi/toasty
https://unpkg.com/@dpi/toasty/dist/toasty.js

Build includes Vue and Pusher client library.

Future:

- less reliance on tailwind classes in markup.
- build without vue + pusher lib?

## Dev

`npm run watch`

Use `window.PusherConfiguration.toastyDebug = true` in browser to display
JSON stringified messages.

## Build and publish

### Build

- Test locally first!
- `npm run build`
- Then test with integration.

### Publish

- Do _Build_ above first!, then:
- Change `package.json` version.
- `npm publish --access public`