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

https://github.com/jsilva-pt/medium-vuejs-add-to-home-screen

Repo for the article "Promoting Your Vue.js PWA Installation"
https://github.com/jsilva-pt/medium-vuejs-add-to-home-screen

Last synced: 2 months ago
JSON representation

Repo for the article "Promoting Your Vue.js PWA Installation"

Awesome Lists containing this project

README

        

# medium-vuejs-add-to-home-screen

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).