From bf6778b5bd9554225fac2c34abe71bf624700558 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?=
Date: Thu, 9 Nov 2023 17:42:37 +0800
Subject: [PATCH] chore: update readme
---
README.md | 28 ++--------------------------
1 file changed, 2 insertions(+), 26 deletions(-)
diff --git a/README.md b/README.md
index cbc05311a..109634c1a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
-# vuejs/core [](https://www.npmjs.com/package/vue) [](https://github.com/vuejs/core/actions/workflows/ci.yml)
+# Vue Vapor
-## Getting Started
-
-Please follow the documentation at [vuejs.org](https://vuejs.org/)!
+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.
## Sponsors
@@ -24,28 +22,6 @@ Vue.js is an MIT-licensed open source project with its ongoing development made
-## Questions
-
-For questions and support please use [the official forum](https://forum.vuejs.org) or [community chat](https://chat.vuejs.org/). The issue list of this repo is **exclusively** for bug reports and feature requests.
-
-## Issues
-
-Please make sure to respect issue requirements and use [the new issue helper](https://new-issue.vuejs.org/) when opening an issue. Issues not conforming to the guidelines may be closed immediately.
-
-## Stay In Touch
-
-- [Twitter](https://twitter.com/vuejs)
-- [Blog](https://blog.vuejs.org/)
-- [Job Board](https://vuejobs.com/?ref=vuejs)
-
-## Contribution
-
-Please make sure to read the [Contributing Guide](https://github.com/vuejs/core/blob/main/.github/contributing.md) before making a pull request. If you have a Vue-related project/component/tool, add it with a pull request to [this curated list](https://github.com/vuejs/awesome-vue)!
-
-Thank you to all the people who already contributed to Vue!
-
-
-
## License
[MIT](https://opensource.org/licenses/MIT)