https://github.com/shunnnet/todopwa
practice for IndexDB and Workbox
https://github.com/shunnnet/todopwa
Last synced: about 2 months ago
JSON representation
practice for IndexDB and Workbox
- Host: GitHub
- URL: https://github.com/shunnnet/todopwa
- Owner: shunnNet
- Created: 2022-02-13T04:10:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T15:03:46.000Z (over 4 years ago)
- Last Synced: 2025-01-11T12:46:32.108Z (over 1 year ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-sw
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).