wangyewei / core-vapor

Vue Vapor (no virtual DOM) experimental repo.

Home Page:https://vapor-repl.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
      • basic
      • object
    • v-show
  • Fragment
  • Codegen
    • CodegenContext
    • indent
    • Source map
    • scope id
    • 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/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

About

Vue Vapor (no virtual DOM) experimental repo.

https://vapor-repl.netlify.app

License:MIT License


Languages

Language:TypeScript 96.3%Language:JavaScript 1.8%Language:HTML 1.1%Language:Vue 0.8%Language:CSS 0.0%