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
- Host: GitHub
- URL: https://github.com/dpi/toasty
- Owner: dpi
- License: mit
- Created: 2023-10-21T12:40:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T08:00:50.000Z (over 2 years ago)
- Last Synced: 2025-02-18T03:02:25.882Z (over 1 year ago)
- Language: Vue
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`