Go to file
白雾三语 9e031275d7
fix: throw error without `script` block (#61)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-12-13 15:16:33 +08:00
.github ci: remove autofix 2023-12-03 01:43:31 +08:00
.vscode chore: enable format on save 2023-11-25 16:26:08 +08:00
changelogs
packages fix: throw error without `script` block (#61) 2023-12-13 15:16:33 +08:00
playground feat(compiler-vapor): functional custom directive support updated hooks (#58) 2023-12-13 15:01:07 +08:00
scripts Merge remote-tracking branch 'upstream/minor' 2023-12-06 18:50:31 +08:00
.eslintrc.cjs feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
.gitignore
.node-version
.prettierignore
.prettierrc
BACKERS.md
CHANGELOG.md release: v3.4.0-alpha.4 2023-12-04 23:24:43 +08:00
LICENSE
README.md chore: update todo 2023-12-08 21:14:46 +08:00
SECURITY.md
netlify.toml
package.json Merge remote-tracking branch 'upstream/minor' 2023-12-06 18:50:31 +08:00
pnpm-lock.yaml Merge remote-tracking branch 'upstream/minor' 2023-12-06 18:50:31 +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-12-01 08:16:50 +08:00
rollup.dts.config.js chore: improve typing for scripts (#9709) 2023-11-30 14:17:51 +08:00
tsconfig.build.json Merge remote-tracking branch 'upstream/minor' 2023-12-01 08:16:50 +08:00
tsconfig.json Merge remote-tracking branch 'upstream/minor' 2023-12-01 08:16:50 +08:00
vitest.config.ts test: add v-show unit test (#56) 2023-12-12 15:52:49 +08:00
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!

  • Issues with todo tag
  • 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)

  • 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
      • #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
  • Fragment
  • Codegen
    • CodegenContext
    • indent
    • Source map
    • Function mode
    • SSR
  • Built-in Components
    • Transition
    • TransitionGroup
    • KeepAlive
    • Teleport
    • Suspense
  • Component
  • 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