Go to file
ubugeeei ea5f7ec076
test(runtime-vapor): component props (#99)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-02-04 20:46:08 +08:00
.github ci: show size report for push job 2024-01-28 03:41:04 +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 test(runtime-vapor): component props (#99) 2024-02-04 20:46:08 +08:00
playground fix(reactivity): keep previous effect scope 2024-02-03 06:15:51 +08:00
scripts Merge remote-tracking branch 'upstream/main' 2024-01-31 17:01:56 +08:00
.eslintignore chore: ignore files for eslint 2023-12-29 12:45:49 +08:00
.eslintrc.cjs chore: update eslint ignore 2024-01-04 17:41:33 +08:00
.git-blame-ignore-revs chore: ignore style commit in git blame 2023-12-26 19:42:15 +08:00
.gitignore
.node-version
.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
CHANGELOG.md release: v3.4.15 2024-01-18 21:34:34 +08:00
LICENSE build: add copyright and license banner 2024-01-10 14:00:00 +08:00
README.md chore: update readme 2024-02-03 04:40:50 +08:00
SECURITY.md
netlify.toml
package.json Merge remote-tracking branch 'upstream/main' 2024-01-31 17:01:56 +08:00
pnpm-lock.yaml Merge remote-tracking branch 'upstream/main' 2024-01-31 17:01:56 +08:00
pnpm-workspace.yaml
rollup.config.js Merge remote-tracking branch 'upstream/main' 2024-01-14 23:33:08 +08:00
rollup.dts.config.js style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
tsconfig.build.json
tsconfig.json style: format tsconfig 2024-01-19 16:38:00 +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.

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
    • v-memo [on hold]
    • v-model
      • text field
    • v-if / v-else / v-else-if
    • v-for
      • basic
      • object
    • v-show
  • 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>

Codes Copied From runtime-core

The code provided here is a duplicate from runtime-core as Vapor cannot import it directly. For the time being, we copy any necessary logic from runtime-core into runtime-vapor and document it accordingly. Once the experimental development phase concludes, we will consolidate these elements into a separate software package.

  • packages/runtime-vapor/src/apiWatch.ts
  • packages/runtime-vapor/src/component.ts
  • packages/runtime-vapor/src/componentProps.ts
  • packages/runtime-vapor/src/enums.ts
  • packages/runtime-vapor/src/errorHandling.ts
  • packages/runtime-vapor/src/scheduler.ts
  • packages/runtime-vapor/src/warning.ts

If there are more, please feel free to add.

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