gzbang commited on
Commit
f74e86f
·
verified ·
1 Parent(s): 65d71c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -1,3 +1,57 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ ---
4
+
5
+ # vuejs/core [![npm](https://img.shields.io/npm/v/vue.svg)](https://www.npmjs.com/package/vue) [![build status](https://github.com/vuejs/core/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/vuejs/core/actions/workflows/ci.yml) [![Download](https://img.shields.io/npm/dm/vue)](https://www.npmjs.com/package/vue)
6
+
7
+ ## Getting Started
8
+
9
+ Please follow the documentation at [vuejs.org](https://vuejs.org/)!
10
+
11
+ ## Sponsors
12
+
13
+ Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome [backers](https://github.com/vuejs/core/blob/main/BACKERS.md). If you'd like to join them, please consider [ sponsoring Vue's development](https://vuejs.org/sponsor/).
14
+
15
+ <p align="center">
16
+ <h3 align="center">Special Sponsor</h3>
17
+ </p>
18
+
19
+ <p align="center">
20
+ <a target="_blank" href="https://github.com/appwrite/appwrite">
21
+ <img alt="special sponsor appwrite" src="https://sponsors.vuejs.org/images/appwrite.svg" width="300">
22
+ </a>
23
+ </p>
24
+
25
+ <p align="center">
26
+ <a target="_blank" href="https://vuejs.org/sponsor/#current-sponsors">
27
+ <img alt="sponsors" src="https://sponsors.vuejs.org/sponsors.svg?v3">
28
+ </a>
29
+ </p>
30
+
31
+ ## Questions
32
+
33
+ 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.
34
+
35
+ ## Issues
36
+
37
+ 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.
38
+
39
+ ## Stay In Touch
40
+
41
+ - [Twitter](https://twitter.com/vuejs)
42
+ - [Blog](https://blog.vuejs.org/)
43
+ - [Job Board](https://vuejobs.com/?ref=vuejs)
44
+
45
+ ## Contribution
46
+
47
+ 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)!
48
+
49
+ Thank you to all the people who already contributed to Vue!
50
+
51
+ <a href="https://github.com/vuejs/core/graphs/contributors"><img src="https://opencollective.com/vuejs/contributors.svg?width=890" /></a>
52
+
53
+ ## License
54
+
55
+ [MIT](https://opensource.org/licenses/MIT)
56
+
57
+ Copyright (c) 2013-present, Yuxi (Evan) You