vue3-core/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

53 lines
1.8 KiB
Markdown
Raw Normal View History

2023-11-09 17:42:37 +08:00
# Vue Vapor
2019-08-25 10:37:05 +08:00
2023-11-09 17:42:37 +08:00
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.
2022-02-06 17:02:10 +08:00
2024-02-03 04:40:50 +08:00
- [Vapor Playground](https://vapor-repl.netlify.app/)
- [Vapor Template Explorer](https://vapor-template-explorer.netlify.app/)
2024-03-18 20:31:14 +08:00
## Vue Vapor Team
2023-11-24 11:15:39 +08:00
2024-09-17 11:22:59 +08:00
- [Evan You](https://github.com/yyx990803) - Creator of Vue.js and Vue Vapor.
- [Kevin Deng 三咲智子](https://github.com/sxzz) - Creator Vue Vapor.
2024-05-13 02:51:05 +08:00
- [Rizumu Ayaka](https://github.com/LittleSound) - Active contributor.
- [Ubugeeei](https://github.com/Ubugeeei) - Active contributor.
- [Doctor Wu](https://github.com/doctor-wu) - Active contributor.
2023-11-24 11:39:49 +08:00
2022-02-06 17:02:10 +08:00
## Sponsors
2024-09-17 11:22:59 +08:00
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).
<p align="center">
<h3 align="center">Kevin Deng's Sponsors</h3>
</p>
<p align="center">
<a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
<img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/>
</a>
</p>
2022-02-06 17:02:10 +08:00
2022-09-01 14:29:12 +08:00
<p align="center">
<h3 align="center">Special Sponsor</h3>
</p>
<p align="center">
<a target="_blank" href="https://github.com/appwrite/appwrite">
<img alt="special sponsor appwrite" src="https://sponsors.vuejs.org/images/appwrite.svg" width="300">
</a>
</p>
2022-02-06 17:02:10 +08:00
<p align="center">
<a target="_blank" href="https://vuejs.org/sponsor/#current-sponsors">
<img alt="sponsors" src="https://sponsors.vuejs.org/sponsors.svg?v3">
</a>
2022-02-06 17:02:10 +08:00
</p>
2022-02-07 13:20:01 +08:00
## License
[MIT](https://opensource.org/licenses/MIT)
2024-09-17 11:22:59 +08:00
Copyright (c) 2024-present, Kevin Deng 三咲智子
2022-02-07 13:20:01 +08:00
Copyright (c) 2013-present, Yuxi (Evan) You