mirror of https://github.com/vuejs/core.git
|
|
||
|---|---|---|
| .github | ||
| .vscode | ||
| changelogs | ||
| packages | ||
| playground | ||
| scripts | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .node-version | ||
| .prettierignore | ||
| .prettierrc | ||
| BACKERS.md | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| SECURITY.md | ||
| netlify.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| rollup.config.js | ||
| rollup.dts.config.js | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||
| vitest.e2e.config.ts | ||
| vitest.unit.config.ts | ||
README.md
Vue Vapor
This repository is a fork of vuejs/core and is used for research and development of no virtual dom mode.
TODO
PR are welcome! However, please create an issue before you start to work on it, and DO NOT create a PR before issue discussion.
- Issues with
todotag - To-do list below (discussion before PR is required)
// TODOcomments in code (compiler-vaporandruntime-vaporpackages)
- Counter App
- simple bindings
- simple events
- TODO-MVC App
- directives
v-oncev-htmlv-textv-prev-cloakv-on- simple expression
- compound expression
- modifiers
v-bind- simple expression
- compound expression
- modifiers
- runtime directives
- #19
v-memo- #18
v-model- #17
- needs #19 first
v-if/v-else/v-else-if- #9
v-for- #21
v-show- #16
- needs #19 first
- Remove DOM API in codegen
- Fragment
- multiple root nodes
- all dynamic children
- return
Node[]for all dynamic children, instead of usingfragmentAPI
- Built-in Components
- Transition
- TransitionGroup
- KeepAlive
- Teleport
- Suspense
- Component
- SSR
- Performance & Optimization
- remove unnecessary close tag
</div>
- 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. If you'd like to join them, please consider sponsoring Vue's development.
Special Sponsor
License
Copyright (c) 2013-present, Yuxi (Evan) You