https://github.com/code-pop/pwa-with-vue-3
https://github.com/code-pop/pwa-with-vue-3
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/pwa-with-vue-3
- Owner: Code-Pop
- Created: 2021-06-07T14:37:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T18:46:15.000Z (over 1 year ago)
- Last Synced: 2025-02-16T12:29:57.922Z (over 1 year ago)
- Language: CSS
- Size: 486 KB
- Stars: 35
- Watchers: 5
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive Web Apps with Vue 3
## 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/).