# reactivity-example
**Repository Path**: markthree/reactivity-example
## Basic Information
- **Project Name**: reactivity-example
- **Description**: 这是一个 @vue/reactivity 的简单实现,旨在研究vue3的响应式实现原理
- **Primary Language**: TypeScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-01-28
- **Last Updated**: 2022-01-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: vue3, Vue, example, reactivity
## README
# reactivity-example
这是一个 @vue/reactivity 的简单实现,旨在研究vue3的响应式实现原理!
## features
- pnpm 的
- vitest 测试
- typescript 的
## Usage
### install
```shell
pnpm i
```
### test
```shell
pnpm test:watch
```
### build
```shell
pnpm build
```
### coverage
```shell
pnpm coverage
```