From: 三咲智子 Kevin Deng Date: Fri, 24 Nov 2023 03:15:39 +0000 (+0800) Subject: chore: update readme X-Git-Tag: v3.6.0-alpha.1~16^2~832 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5436fbf8841cd9baa5c45b1bbf15c40fe4b726;p=thirdparty%2Fvuejs%2Fcore.git chore: update readme --- diff --git a/README.md b/README.md index 109634c1aa..c68d3e0b99 100644 --- a/README.md +++ b/README.md @@ -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 `` + ## 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/).