Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).