https://github.com/bencodezen/todomvc-pwa-vue3
https://github.com/bencodezen/todomvc-pwa-vue3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/todomvc-pwa-vue3
- Owner: bencodezen
- Created: 2021-05-10T16:09:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T16:24:44.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T13:56:33.443Z (about 1 year ago)
- Language: CSS
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todomvc-pwa-vue3
## 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/).