https://github.com/zhensherlock/react-indexeddb-system
react-indexeddb-system
https://github.com/zhensherlock/react-indexeddb-system
Last synced: 25 days ago
JSON representation
react-indexeddb-system
- Host: GitHub
- URL: https://github.com/zhensherlock/react-indexeddb-system
- Owner: zhensherlock
- License: apache-2.0
- Created: 2017-05-07T07:28:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T02:31:45.000Z (about 9 years ago)
- Last Synced: 2025-11-23T08:25:56.437Z (7 months ago)
- Language: JavaScript
- Size: 315 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-indexeddb-system
使用 webpack + react + es6 实现 HTML5 Indexeddb 管理。
> 快速开始
```
$ npm install
开发环境:$ npm start
生产环境:$ npm run build
```