https://github.com/leegeunhyeok/pwa-box
🎁 Progressive Web App assets generator
https://github.com/leegeunhyeok/pwa-box
Last synced: 24 days ago
JSON representation
🎁 Progressive Web App assets generator
- Host: GitHub
- URL: https://github.com/leegeunhyeok/pwa-box
- Owner: leegeunhyeok
- License: mit
- Created: 2020-07-20T09:05:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T02:21:05.000Z (about 2 years ago)
- Last Synced: 2025-02-14T12:15:57.484Z (3 months ago)
- Language: Vue
- Size: 3.07 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PWA Box
> Progressive Web App assets generator
## :car: Roadmap
- [ ] README.md Documentation :pencil:
- [ ] Generate Web App Manifest :clipboard:
- [ ] Generate Web App icons :hash:
- [ ] Generate Meta tags for Safari :apple:
- [ ] Generate Splash images for Apple devices :green_apple:## :computer: Development
```bash
# install dependencies
npm install# serve with hot reload at localhost:8080 or electron serve
npm run serve
npm run electron:serve# build (web/electron)
npm run build
npm run electron:build
```## :key: License
[MIT](LICENSE)
---
- LOGO Image: [icons8](https://icons8.com/icon/112470/box) box icon + [PWA Logo](https://github.com/webmaxru/progressive-web-apps-logo) (By [Geunhyeok LEE](https://github.com/leegeunhyeok))
- Font: [Google Fonts - Quicksand](https://fonts.google.com/specimen/Quicksand)
- Icons: [Tabler Icons](https://tablericons.com)