Skip to content

Latest commit

 

History

History
92 lines (78 loc) · 2.56 KB

README.md

File metadata and controls

92 lines (78 loc) · 2.56 KB

Vue Vapor

This repository is a fork of vuejs/core and is used for research and development of no virtual dom mode.

Vue Vapor Team

TODO

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