Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andycall/rcre-demo

RCRE 使用场景示例
https://github.com/andycall/rcre-demo

Last synced: 23 days ago
JSON representation

RCRE 使用场景示例

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/)