Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andycall/rcre-demo
RCRE 使用场景示例
https://github.com/andycall/rcre-demo
Last synced: 23 days ago
JSON representation
RCRE 使用场景示例
- Host: GitHub
- URL: https://github.com/andycall/rcre-demo
- Owner: andycall
- Created: 2018-12-17T14:06:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T12:33:34.000Z (about 6 years ago)
- Last Synced: 2024-10-19T04:31:00.935Z (3 months ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RCRE DEMO
RCRE各种场景的使用DEMO
# 快速开始
```bash
npm install
npm start
```# 示例列表
- 基础功能样例
- [Helloworld](./src/pages/helloworld)
- [双向绑定](./src/pages/two-way-binding)
- [可自定义的单向数据流](./src/pages/one-way-data-flow)
- [组件属性自定义传值](./src/pages/customProp)
- [受限制的代码执行环境](./src/pages/limited-runtime/)