Skip to content

Commit 268a2c4

Browse files
committed
chore: add vapor team
1 parent 64e8368 commit 268a2c4

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

README.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ This repository is a fork of [vuejs/core](https://github.com/vuejs/core) and is
55
- [Vapor Playground](https://vapor-repl.netlify.app/)
66
- [Vapor Template Explorer](https://vapor-template-explorer.netlify.app/)
77

8-
## TODO
9-
10-
PR are welcome!
8+
## Vue Vapor Team
119

12-
- [Issues with `todo` tag](https://github.com/vuejs/core-vapor/labels/todo)
13-
- To-do list below (**create an issue** for discussion before a big feat/bug PR is required)
14-
- `// TODO` comments in code (`compiler-vapor` and `runtime-vapor` packages)
10+
- [Evan You](https://github.com/yyx990803) - Creator and designer of Vue.js and Vue Vapor.
11+
- [Kevin Deng 三咲智子](https://github.com/sxzz) - Lead contributor and developer for Vue Vapor.
12+
- [Rizumu Ayaka](https://github.com/LittleSound) - Key contributor to compiler and reactivity.
13+
- [Ubugeeei](https://github.com/Ubugeeei) - Key contributor to components.
1514

16-
---
15+
## TODO
1716

1817
- [x] Counter App
1918
- [x] simple bindings
@@ -56,6 +55,7 @@ PR are welcome!
5655
- [ ] Function mode [on hold]
5756
- [ ] SSR
5857
- [ ] [Component](https://github.com/vuejs/core-vapor/issues/4)
58+
- WIP
5959
- [ ] Built-in Components
6060
- [ ] Transition
6161
- [ ] TransitionGroup
@@ -65,21 +65,6 @@ PR are welcome!
6565
- [ ] Performance & Optimization
6666
- [ ] remove unnecessary close tag `</div>`
6767

68-
## Codes Copied From `runtime-core`
69-
70-
The code provided here is a duplicate from `runtime-core` as Vapor cannot import it directly. For the time being, we copy any necessary logic from runtime-core into runtime-vapor and document it accordingly. Once the experimental development phase concludes, we will consolidate these elements into a separate software package.
71-
72-
- packages/runtime-vapor/src/apiWatch.ts
73-
- packages/runtime-vapor/src/component.ts
74-
- packages/runtime-vapor/src/componentEmits.ts
75-
- packages/runtime-vapor/src/componentProps.ts
76-
- packages/runtime-vapor/src/enums.ts
77-
- packages/runtime-vapor/src/errorHandling.ts
78-
- packages/runtime-vapor/src/scheduler.ts
79-
- packages/runtime-vapor/src/warning.ts
80-
81-
If there are more, please feel free to add.
82-
8368
## Sponsors
8469

8570
Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome [backers](https://github.com/vuejs/core/blob/main/BACKERS.md). If you'd like to join them, please consider [ sponsoring Vue's development](https://vuejs.org/sponsor/).

0 commit comments

Comments
 (0)