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
- Host: GitHub
- URL: https://github.com/phucbm/pwa-vue-3
- Owner: phucbm
- Created: 2022-04-23T09:02:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T05:33:16.000Z (over 4 years ago)
- Last Synced: 2025-03-17T10:22:36.545Z (over 1 year ago)
- Topics: pwa-apps, vue3
- Language: CSS
- Homepage: https://phucbm.github.io/pwa-vue-3
- Size: 557 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).