chore: add vapor team

This commit is contained in:
三咲智子 Kevin Deng 2024-03-18 20:31:14 +08:00
parent 64e83689a0
commit 268a2c4ae6
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 8 additions and 23 deletions

View File

@ -5,16 +5,15 @@ This repository is a fork of [vuejs/core](https://github.com/vuejs/core) and is
- [Vapor Playground](https://vapor-repl.netlify.app/) - [Vapor Playground](https://vapor-repl.netlify.app/)
- [Vapor Template Explorer](https://vapor-template-explorer.netlify.app/) - [Vapor Template Explorer](https://vapor-template-explorer.netlify.app/)
## Vue Vapor Team
- [Evan You](https://github.com/yyx990803) - Creator and designer of Vue.js and Vue Vapor.
- [Kevin Deng 三咲智子](https://github.com/sxzz) - Lead contributor and developer for Vue Vapor.
- [Rizumu Ayaka](https://github.com/LittleSound) - Key contributor to compiler and reactivity.
- [Ubugeeei](https://github.com/Ubugeeei) - Key contributor to components.
## TODO ## TODO
PR are welcome!
- [Issues with `todo` tag](https://github.com/vuejs/core-vapor/labels/todo)
- To-do list below (**create an issue** for discussion before a big feat/bug PR is required)
- `// TODO` comments in code (`compiler-vapor` and `runtime-vapor` packages)
---
- [x] Counter App - [x] Counter App
- [x] simple bindings - [x] simple bindings
- [x] simple events - [x] simple events
@ -56,6 +55,7 @@ PR are welcome!
- [ ] Function mode [on hold] - [ ] Function mode [on hold]
- [ ] SSR - [ ] SSR
- [ ] [Component](https://github.com/vuejs/core-vapor/issues/4) - [ ] [Component](https://github.com/vuejs/core-vapor/issues/4)
- WIP
- [ ] Built-in Components - [ ] Built-in Components
- [ ] Transition - [ ] Transition
- [ ] TransitionGroup - [ ] TransitionGroup
@ -65,21 +65,6 @@ PR are welcome!
- [ ] Performance & Optimization - [ ] Performance & Optimization
- [ ] remove unnecessary close tag `</div>` - [ ] remove unnecessary close tag `</div>`
## Codes Copied From `runtime-core`
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.
- packages/runtime-vapor/src/apiWatch.ts
- packages/runtime-vapor/src/component.ts
- packages/runtime-vapor/src/componentEmits.ts
- packages/runtime-vapor/src/componentProps.ts
- packages/runtime-vapor/src/enums.ts
- packages/runtime-vapor/src/errorHandling.ts
- packages/runtime-vapor/src/scheduler.ts
- packages/runtime-vapor/src/warning.ts
If there are more, please feel free to add.
## Sponsors ## Sponsors
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/). 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/).