https://github.com/imsobear/rax-with-icestore
rax-with-icestore
https://github.com/imsobear/rax-with-icestore
Last synced: 3 months ago
JSON representation
rax-with-icestore
- Host: GitHub
- URL: https://github.com/imsobear/rax-with-icestore
- Owner: imsobear
- Created: 2020-02-21T14:49:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T14:52:28.000Z (over 5 years ago)
- Last Synced: 2025-01-22T20:51:30.632Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rax-with-icestore
## Getting Started
### `npm run start`
Runs the app in development mode.
Open [http://localhost:9999](http://localhost:9999) to view it in the browser.
The page will reload if you make edits.
### `npm run build`
Builds the app for production to the `build` folder.
## 说明
- icestore 文档:https://github.com/ice-lab/icestore
- 需要引入插件 build-plugin-rax-compat-react
- Rax 应用目前不支持自定义全局 Provider,因此 demo 里目前只能在单个页面里用,这块需要跟进下