https://github.com/fliplet/fliplet-widget-push-notifications
https://github.com/fliplet/fliplet-widget-push-notifications
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-widget-push-notifications
- Owner: Fliplet
- Created: 2016-11-14T16:01:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-02T18:09:58.000Z (9 months ago)
- Last Synced: 2025-11-02T20:18:41.783Z (9 months ago)
- Language: Vue
- Size: 1.25 MB
- Stars: 0
- Watchers: 5
- Forks: 9
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fliplet Widget Push Notifications
## Development
This widget is meant to be used with the Fliplet platform.
Run for local development with the [`fliplet-cli`](https://github.com/Fliplet/fliplet-cli):
```bash
$ git clone https://github.com/Fliplet/fliplet-widget-push-notifications.git
$ cd fliplet-widget-push-notifications
$ npm install
$ npm run watch
$ fliplet run
```