🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

三咲智子 Kevin Deng 5d15314c4e refactor(runtime-vapor): remove created & beforeCreate hooks 2 years ago
.github b4aa5f98d7 Merge remote-tracking branch 'upstream/main' 2 years ago
.vscode a82d070890 Merge remote-tracking branch 'upstream/minor' 2 years ago
changelogs 3199189901 chore: standardize the spelling of TypeScript (#10186) [ci skip] 2 years ago
packages 5d15314c4e refactor(runtime-vapor): remove created & beforeCreate hooks 2 years ago
playground 808d17dbd1 refactor(runtime-vapor): split create component & render 2 years ago
scripts 7fd7742639 Merge remote-tracking branch 'upstream/main' 2 years ago
.eslintignore 1898addc01 chore: ignore files for eslint 2 years ago
.eslintrc.cjs 243af64f04 chore: update eslint ignore 2 years ago
.git-blame-ignore-revs d7bb32f9a3 chore: ignore style commit in git blame 2 years ago
.gitignore e145fe3c28 build: use rollup-plugin-dts for dts build 3 years ago
.node-version a44c2b835e ci: use `.node-version` to maintain node version (#8986) 2 years ago
.prettierignore bfe6b459d3 style: update format & lint config (#9162) 2 years ago
.prettierrc bfe6b459d3 style: update format & lint config (#9162) 2 years ago
BACKERS.md 507f3e7a16 chore: bust backers image cache 2 years ago
CHANGELOG.md f66a75ea75 release: v3.4.21 2 years ago
LICENSE d60a57542b build: add copyright and license banner 2 years ago
README.md d20cf6d9d2 chore: update todo list 2 years ago
SECURITY.md 7bb9dd09c5 chore: improve security.md [ci skip] 4 years ago
netlify.toml d7f63a132a ci: bump netlify node version 3 years ago
package.json b4aa5f98d7 Merge remote-tracking branch 'upstream/main' 2 years ago
pnpm-lock.yaml b4aa5f98d7 Merge remote-tracking branch 'upstream/main' 2 years ago
pnpm-workspace.yaml 2a0a3dd059 feat: basic render 2 years ago
rollup.config.js 65909f6e60 Merge remote-tracking branch 'upstream/main' 2 years ago
rollup.dts.config.js bfe6b459d3 style: update format & lint config (#9162) 2 years ago
tsconfig.build.json d28d57bd3f Merge remote-tracking branch 'upstream/minor' 2 years ago
tsconfig.json 65909f6e60 Merge remote-tracking branch 'upstream/main' 2 years ago
vitest.config.ts af9f892afa Merge remote-tracking branch 'upstream/main' 2 years ago
vitest.e2e.config.ts bfe6b459d3 style: update format & lint config (#9162) 2 years ago
vitest.unit.config.ts bfe6b459d3 style: update format & lint config (#9162) 2 years ago

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
    • 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
  • Built-in Components
    • Transition
    • TransitionGroup
    • KeepAlive
    • Teleport
    • Suspense
  • 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/componentEmits.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