Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sylvainpolletvillard/pwa-cookbook
A step-by-step guide to Progressive Web Applications
https://github.com/sylvainpolletvillard/pwa-cookbook
cookbook docs guide progressive-web-app progressive-web-apps pwa
Last synced: 3 months ago
JSON representation
A step-by-step guide to Progressive Web Applications
- Host: GitHub
- URL: https://github.com/sylvainpolletvillard/pwa-cookbook
- Owner: sylvainpolletvillard
- Created: 2016-12-21T16:45:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T09:25:42.000Z (about 1 year ago)
- Last Synced: 2024-10-12T00:47:02.204Z (4 months ago)
- Topics: cookbook, docs, guide, progressive-web-app, progressive-web-apps, pwa
- Language: JavaScript
- Homepage: https://pwa-cookbook.js.org
- Size: 12.6 MB
- Stars: 25
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwa-cookbook
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).