Go to file
三咲智子 Kevin Deng e67e6432f0
refactor: merge createTextNode & setText
2024-04-20 21:48:44 +08:00
.github Merge remote-tracking branch 'upstream/main' 2024-04-18 14:48:04 +08:00
.vscode Merge remote-tracking branch 'upstream/minor' 2024-04-18 14:43:54 +08:00
changelogs chore: standardize the spelling of TypeScript (#10186) [ci skip] 2024-02-20 21:43:45 +08:00
packages refactor: merge createTextNode & setText 2024-04-20 21:48:44 +08:00
playground feat(runtime-vapor): setup helpers useAttrs & useSlots (#172) 2024-04-01 03:51:37 +08:00
scripts fix(compiler-vapor): TS error 2024-04-18 14:54:33 +08:00
.git-blame-ignore-revs chore: ignore style commit in git blame 2023-12-26 19:42:15 +08:00
.gitignore fix(runtime-core): show hydration mismatch details for non-rectified mismatches too when __PROD_HYDRATION_MISMATCH_DETAILS__ is set (#10599) 2024-04-02 16:36:52 +08:00
.node-version ci: use `.node-version` to maintain node version (#8986) 2023-10-20 15:41:01 +08:00
.prettierignore style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
.prettierrc style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
BACKERS.md chore: bust backers image cache 2023-07-03 15:13:38 +08:00
CHANGELOG.md release: v3.4.23 2024-04-16 22:55:56 +08:00
FUNDING.json chore: add FUNDING.json 2024-03-19 16:35:37 +08:00
LICENSE build: add copyright and license banner 2024-01-10 14:00:00 +08:00
README.md chore: add download badge (#8550) [ci skip] 2024-04-15 16:21:23 +08:00
SECURITY.md chore: add security hall of fame [ci skip] 2024-04-16 19:49:52 +08:00
eslint.config.js Merge remote-tracking branch 'upstream/main' 2024-04-18 14:48:04 +08:00
netlify.toml ci: bump netlify node version 2023-02-01 16:07:28 +08:00
package.json Merge remote-tracking branch 'upstream/main' 2024-04-18 14:48:04 +08:00
pnpm-lock.yaml refactor(compiler-vapor): inline `validate-html-nesting` 2024-04-18 23:01:48 +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' 2024-04-18 14:43:54 +08:00
rollup.dts.config.js style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
tsconfig.build-browser.json chore(types): perform strict es2016 lib check when building dts 2024-04-15 15:52:48 +08:00
tsconfig.build-node.json chore(types): perform strict es2016 lib check when building dts 2024-04-15 15:52:48 +08:00
tsconfig.json Merge remote-tracking branch 'upstream/main' 2024-02-27 18:48:24 +08:00
vitest.config.ts Merge remote-tracking branch 'upstream/main' 2024-01-14 23:33:08 +08:00
vitest.e2e.config.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
vitest.unit.config.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +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.

Vue Vapor Team

TODO

  • Counter App
    • simple bindings
    • simple events
  • TODO-MVC App
  • Repl
  • transform
    • NodeTransform
    • DirectiveTransform
  • directives
    • v-once
    • v-html
    • v-text
    • v-pre
    • v-cloak
    • v-bind
      • simple expression
      • compound expression
      • modifiers
        • .camel
        • .prop
        • .attr
    • v-on
      • simple expression
      • compound expression
      • modifiers
    • runtime directives
    • v-memo [on hold]
    • v-model
    • v-if / v-else / v-else-if
    • v-for
      • destructure
    • v-show
  • Fragment
  • Codegen
    • CodegenContext
    • indent
    • Source map
    • scope id
    • Function mode [on hold]
    • SSR
  • Component
    • WIP
  • Built-in Components
    • Transition
    • TransitionGroup
    • KeepAlive
    • Teleport
    • Suspense
  • 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