Skip to content

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

License

Notifications You must be signed in to change notification settings

vue-vapor/core-vapor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! Please create a issue before you start to work on it.

See the To-do list below or // TODO comments in code (compiler-vapor and runtime-vapor packages).

  • counter
    • simple bindings
    • simple events
  • TODO-MVC
  • directives
    • v-once
      • unit tests
    • v-html
    • v-text
    • v-pre
    • v-cloak
    • v-on / v-bind
      • simple expression
      • compound expression
      • modifiers
      • unit tests
    • runtime
    • v-memo
    • v-model
    • v-if / v-else / v-else-if
    • v-for
    • v-show
      • runtime directive
      • compiler
  • Remove DOM API in codegen
  • Fragment
    • multiple root nodes
    • all dynamic children
    • return Node[] for all dynamic children, instead of using fragment API
  • Built-in Components
    • Transition
    • TransitionGroup
    • KeepAlive
    • Teleport
    • Suspense
  • Component
  • SSR
  • 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

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 1.7%
  • HTML 1.2%
  • Other 0.5%