Go to file
三咲智子 Kevin Deng e41429f3ef
refactor(playground): extract logic
2023-11-30 06:19:35 +08:00
.github chore: remove issue template 2023-11-27 00:24:19 +08:00
.vscode chore: enable format on save 2023-11-25 16:26:08 +08:00
changelogs chore: split changelog to fix github rendering [ci skip] 2023-05-11 09:10:27 +01:00
packages test: v-pre (#14) 2023-11-30 05:31:26 +08:00
playground refactor(playground): extract logic 2023-11-30 06:19:35 +08:00
scripts Merge remote-tracking branch 'upstream/minor' 2023-11-29 21:10:26 +08:00
.eslintrc.cjs feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
.gitignore build: use rollup-plugin-dts for dts build 2023-02-03 15:51:07 +08:00
.node-version ci: use `.node-version` to maintain node version (#8986) 2023-10-20 15:41:01 +08:00
.prettierignore
.prettierrc
BACKERS.md chore: bust backers image cache 2023-07-03 15:13:38 +08:00
CHANGELOG.md release: v3.4.0-alpha.3 2023-11-28 08:26:01 +08:00
LICENSE
README.md chore: update todo 2023-11-30 05:43:44 +08:00
SECURITY.md
netlify.toml ci: bump netlify node version 2023-02-01 16:07:28 +08:00
package.json Merge remote-tracking branch 'upstream/minor' 2023-11-29 21:10:26 +08:00
pnpm-lock.yaml refactor(playground): extract logic 2023-11-30 06:19:35 +08:00
pnpm-workspace.yaml feat: basic render 2023-11-17 03:03:50 +08:00
rollup.config.js Merge remote-tracking branch 'upstream/minor' 2023-11-29 21:10:26 +08:00
rollup.dts.config.js feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
tsconfig.build.json Merge remote-tracking branch 'upstream/minor' 2023-11-29 21:10:26 +08:00
tsconfig.json Merge remote-tracking branch 'upstream/minor' 2023-11-29 21:10:26 +08:00
vitest.config.ts ci: only disable threads for gh 2023-02-21 22:46:43 +08:00
vitest.e2e.config.ts chore: use helper function for merging vitest config (#8985) 2023-10-26 16:21:29 +08:00
vitest.unit.config.ts chore: use helper function for merging vitest config (#8985) 2023-10-26 16:21:29 +08:00

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 todo tag
  • To-do list below (discussion before PR is required)
  • // TODO comments in code (compiler-vapor and runtime-vapor packages)

  • Counter App
    • simple bindings
    • simple events
  • TODO-MVC App
  • directives
    • v-once
    • v-html
    • v-text
    • v-pre
    • v-cloak
    • v-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 using fragment API
  • Built-in Components
    • Transition
    • TransitionGroup
    • KeepAlive
    • Teleport
    • Suspense
  • Component
  • 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. If you'd like to join them, please consider sponsoring Vue's development.

Special Sponsor

special sponsor appwrite

sponsors

License

MIT

Copyright (c) 2013-present, Yuxi (Evan) You