https://github.com/vuejs/vue-vapor
Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://github.com/vuejs/vue-vapor
Last synced: 25 days ago
JSON representation
Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
- Host: GitHub
- URL: https://github.com/vuejs/vue-vapor
- Owner: vuejs
- License: mit
- Created: 2023-11-09T06:40:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T18:14:04.000Z (4 months ago)
- Last Synced: 2025-05-13T19:20:09.544Z (25 days ago)
- Language: TypeScript
- Homepage: https://vapor-repl.netlify.app
- Size: 28.5 MB
- Stars: 2,271
- Watchers: 36
- Forks: 106
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - vuejs/vue-vapor - Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM. (TypeScript)
- awesome - vuejs/vue-vapor - Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM. (TypeScript)
README
# Vue Vapor
> [!IMPORTANT]
> We're currently building Vapor on [core's vapor branch](https://github.com/vuejs/core/tree/vapor), this repo isn't maintained now.This repository is a fork of [vuejs/core](https://github.com/vuejs/core) and is used for research and development of no virtual dom mode.
- [Vapor Playground](https://vapor-repl.netlify.app/)
- [Vapor Template Explorer](https://vapor-template-explorer.netlify.app/)## Vue Vapor Team
- [Evan You](https://github.com/yyx990803) - Creator of Vue.js and Vue Vapor.
- [Kevin Deng 三咲智子](https://github.com/sxzz) - Creator of Vue Vapor.
- [Rizumu Ayaka](https://github.com/LittleSound) - Active contributor.
- [Ubugeeei](https://github.com/Ubugeeei) - Active contributor.
- [Doctor Wu](https://github.com/doctor-wu) - Active contributor.## Sponsors
Vue Vapor is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these amazing sponsors and [Vue's backers](https://github.com/vuejs/core/blob/main/BACKERS.md). If you'd like to join them, please consider [sponsoring Kevin Deng](https://github.com/sponsors/sxzz) or [supporting Vue's development](https://vuejs.org/sponsor).
Kevin Deng's Sponsors
Special Sponsor
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2024-present, Kevin Deng 三咲智子
Copyright (c) 2013-present, Yuxi (Evan) You