# Vue Vapor 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! - [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] simple bindings - [x] simple events - [ ] TODO-MVC App - [x] Repl - [x] transform - [x] NodeTransform - [x] DirectiveTransform - [ ] directives - [x] `v-once` - [x] `v-html` - [x] `v-text` - [x] `v-pre` - [x] `v-cloak` - [x] `v-bind` - [x] simple expression - [x] compound expression - [x] modifiers - [x] .camel - [x] .prop - [x] .attr - [x] `v-on` - [x] simple expression - [x] compound expression - [x] modifiers - [x] runtime directives - [ ] `v-memo` - #18 - [ ] `v-model` - #17 - needs #19 first - [ ] `v-if` / `v-else` / `v-else-if` - [x] `v-if` - [ ] `v-else` - [ ] `v-else-if` - [ ] with `