Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/detlef-pwa
Progressive Web App
https://github.com/daliborgogic/detlef-pwa
pwa vue-router vuejs vuex
Last synced: 9 days ago
JSON representation
Progressive Web App
- Host: GitHub
- URL: https://github.com/daliborgogic/detlef-pwa
- Owner: daliborgogic
- License: mit
- Created: 2017-07-06T09:53:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T22:02:52.000Z (over 7 years ago)
- Last Synced: 2024-10-17T18:59:53.222Z (27 days ago)
- Topics: pwa, vue-router, vuejs, vuex
- Language: JavaScript
- Homepage:
- Size: 481 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Requires Node.js 8+**
``` bash
# install dependencies
npm i# serve in dev mode, with hot reload at localhost:5000
npm run dev# build for production
npm run build# serve in production mode
npm start
```