Go to file
三咲智子 Kevin Deng a3fb85fd00
chore: remove issue template
2023-11-27 00:24:19 +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: fix template 2023-11-27 00:23:19 +08:00
playground feat: dynamic root nodes 2023-11-26 03:53:47 +08:00
scripts Merge remote-tracking branch 'upstream/main' 2023-11-23 23:44:07 +08:00
.eslintrc.cjs chore(eslint): update eslint `no-unused-vars` rules (#9028) 2023-10-20 17:50: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 chore: pretty ignore dist files 2022-11-08 11:03:51 +08:00
.prettierrc feat(types): map declared emits to onXXX props in inferred prop types (#3926) 2021-07-19 18:22:19 -04:00
BACKERS.md chore: bust backers image cache 2023-07-03 15:13:38 +08:00
CHANGELOG.md release: v3.3.9 2023-11-25 16:11:31 +08:00
LICENSE chore: license 2019-10-28 11:15:17 -04:00
README.md feat: dynamic root nodes 2023-11-26 03:53:47 +08:00
SECURITY.md chore: improve security.md [ci skip] 2021-10-10 17:38:37 -04:00
netlify.toml ci: bump netlify node version 2023-02-01 16:07:28 +08:00
package.json Merge remote-tracking branch 'upstream/main' 2023-11-25 17:04:03 +08:00
pnpm-lock.yaml fix: ts error 2023-11-23 23:56:32 +08:00
pnpm-workspace.yaml feat: basic render 2023-11-17 03:03:50 +08:00
rollup.config.js chore: replace chalk with picocolors 2023-10-20 10:23:18 +08:00
rollup.dts.config.js build: use `stripInternal` (#9379) 2023-10-17 21:10:14 +08:00
tsconfig.build.json build: use `stripInternal` (#9379) 2023-10-17 21:10:14 +08:00
tsconfig.json fix: import 2023-11-20 14:20:21 +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! Please create a issue before you start to work on it.

See the To-do list below or // TODO comments in code (compiler-vapor and runtime-vapor packages).

  • counter
    • simple bindings
    • simple events
  • TODO-MVC
  • directives
    • v-once
      • unit tests
    • v-html
    • v-text
    • v-pre
    • v-cloak
    • v-on / v-bind
      • simple expression
      • compound expression
      • modifiers
      • unit tests
    • runtime
    • v-memo
    • v-model
    • v-if / v-else / v-else-if
    • v-for
    • v-show
      • runtime directive
      • compiler
  • 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
    • runtime
    • compiler
  • ...
  • 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