Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ximing/quit-save
Saving data to localStorage or IndexedDB before uninstall the web application
https://github.com/ximing/quit-save
Last synced: 9 days ago
JSON representation
Saving data to localStorage or IndexedDB before uninstall the web application
- Host: GitHub
- URL: https://github.com/ximing/quit-save
- Owner: ximing
- License: mit
- Created: 2018-03-08T04:54:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T14:11:51.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T18:44:36.295Z (11 days ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 开发
```apple js
npm run dev
```
### build demo
```apple js
npm run builddemo
```### bulid lib
```apple js
npm run buildlib
```