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

https://github.com/phucbm/pwa-vue-3

Progressive Web Apps w Vue 3
https://github.com/phucbm/pwa-vue-3

pwa-apps vue3

Last synced: 4 months ago
JSON representation

Progressive Web Apps w Vue 3

Awesome Lists containing this project

README

          

# pwa-vue-3

## Install as a PWA

This is a demo of Progressive Web App that can install on many of system operations (macOS, Windows, iOS, Android). You
can follow this instruction below to install on your devices.

### On Chrome

Click the installation button on the URL bar.

### On iOS

Open the app in Safari, click Share > Add to home page.

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

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