Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/pwa-with-vue-3
https://github.com/code-pop/pwa-with-vue-3
Last synced: 28 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T19:16:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-30T21:08:00.717Z (about 1 month ago)
- Language: CSS
- Size: 253 KB
- Stars: 35
- Watchers: 5
- Forks: 34
- Open Issues: 1
-
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/).