Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 24, 2023
1 parent e44d616 commit 1d5436f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

This repository is a fork of [vuejs/core](https://github.com/vuejs/core) and is used for research and development of no virtual dom mode.

## TODO

PR are welcome! Please create a issue before you start to work on it.

- [x] counter
- [x] simple bindings
- [x] simple events
- [ ] TODO-MVC
- [ ] directives
- [ ] `v-on`
- [ ] `v-bind`
- [ ] `v-model`
- [ ] `v-if` / `v-else` / `v-else-if`
- [ ] `v-for`
- [ ] `v-once`
- [ ] `v-html`
- [ ] `v-text`
- [ ] `v-show`
- [ ] `v-pre`
- [ ] `v-cloak`
- [ ] `v-memo`
- [ ] Fragment
- [ ] Remove DOM API in codegen
- ...
- [ ] SSR
- [ ] Performance & Optimization
- [ ] remove unnecessary close tag `</div>`

## 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/).
Expand Down

0 comments on commit 1d5436f

Please sign in to comment.