Go to file
Rizumu Ayaka dce55475a5
style: fix lint errors in vapor
2023-12-29 22:05:33 +08:00
.github Merge remote-tracking branch 'upstream/minor' 2023-12-29 21:03:21 +08:00
.vscode Merge remote-tracking branch 'upstream/minor' 2023-12-29 21:03:21 +08:00
changelogs chore: split out 3.3 changelog [ci skip] 2023-12-28 16:13:05 +08:00
packages style: fix lint errors in vapor 2023-12-29 22:05:33 +08:00
playground style: fix lint errors in vapor 2023-12-29 22:05:33 +08:00
scripts Merge remote-tracking branch 'upstream/minor' 2023-12-29 21:03:21 +08:00
.eslintignore chore: ignore files for eslint 2023-12-29 12:45:49 +08:00
.eslintrc.cjs style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
.git-blame-ignore-revs chore: ignore style commit in git blame 2023-12-26 19:42:15 +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 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 chore: fix jsx namespace link in 3.4 changelog [ci skip] 2023-12-29 10:55:30 +08:00
LICENSE chore: license 2019-10-28 11:15:17 -04:00
README.md chore: update todo 2023-12-08 21:14:46 +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/minor' 2023-12-29 21:03:21 +08:00
pnpm-lock.yaml Merge remote-tracking branch 'upstream/minor' 2023-12-29 21:03:21 +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-29 21:03:21 +08:00
rollup.dts.config.js style: update format & lint config (#9162) 2023-12-26 19:39:47 +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 Merge remote-tracking branch 'upstream/minor' 2023-12-29 21:03:21 +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.

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