Go to file
三咲智子 Kevin Deng a9f2bfcdba
fix: resolve options for parser
ref: https://github.com/vuejs/core/pull/9760
2023-12-06 18:48:45 +08:00
.github ci: remove autofix 2023-12-03 01:43:31 +08:00
.vscode
changelogs
packages fix: resolve options for parser 2023-12-06 18:48:45 +08:00
playground feat: compound expression for v-bind 2023-12-06 00:17:16 +08:00
scripts
.eslintrc.cjs
.gitignore
.node-version
.prettierignore
.prettierrc
BACKERS.md
CHANGELOG.md
LICENSE
README.md feat: compound expression for v-bind 2023-12-06 00:17:16 +08:00
SECURITY.md
netlify.toml
package.json chore: remove commit message lint 2023-12-05 00:13:04 +08:00
pnpm-lock.yaml feat: custom directlve 2023-12-03 18:36:54 +08:00
pnpm-workspace.yaml
rollup.config.js
rollup.dts.config.js
tsconfig.build.json
tsconfig.json
vitest.config.ts
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! However, please create an issue before you start to work on it, and DO NOT create a PR before issue discussion.

  • Issues with todo tag
  • To-do list below (discussion before PR is required)
  • // TODO comments in code (compiler-vapor and runtime-vapor packages)

  • Counter App
    • simple bindings
    • simple events
  • TODO-MVC App
  • transform
    • NodeTransform
    • DirectiveTransform
  • directives
    • v-once
    • v-html
    • v-text
    • v-pre
    • v-cloak
    • v-bind
      • simple expression
      • compound expression
    • 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