Skip to content

Commit 334112c

Browse files
committed
chore: readme [ci skip]
1 parent ce34d91 commit 334112c

File tree

1 file changed

+30
-19
lines changed

1 file changed

+30
-19
lines changed

README.md

+30-19
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,8 @@
11
# 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)
22

3-
This is the repository for Vue 3.x.
3+
## Getting Started
44

5-
## Quickstart
6-
7-
- Via CDN: `<script src="https://unpkg.com/vue@3"></script>`
8-
- Try in the browser on [StackBlitz](https://vite.new/vue)
9-
- Scaffold via [create-vue](https://github.com/vuejs/create-vue):
10-
11-
```bash
12-
# npm
13-
npm init vue@3
14-
# yarn
15-
yarn create vue
16-
```
17-
18-
## Changes from Vue 2
19-
20-
Please consult the [Migration Guide](http://v3-migration.vuejs.org/).
21-
22-
Also note: Vue 3 does not support IE11 ([RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0038-vue3-ie11-support.md) | [Discussion](https://github.com/vuejs/rfcs/discussions/296)).
5+
Please follow the documentation at [vuejs.org](https://vuejs.org/)!
236

247
## Sponsors
258

@@ -30,3 +13,31 @@ Vue.js is an MIT-licensed open source project with its ongoing development made
3013
<img alt="sponsors" src="https://sponsors.vuejs.org/sponsors.svg">
3114
</a>
3215
</p>
16+
17+
## Questions
18+
19+
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.
20+
21+
## Issues
22+
23+
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.
24+
25+
## Stay In Touch
26+
27+
- [Twitter](https://twitter.com/vuejs)
28+
- [Blog](https://blog.vuejs.org/)
29+
- [Job Board](https://vuejobs.com/?ref=vuejs)
30+
31+
## Contribution
32+
33+
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)!
34+
35+
Thank you to all the people who already contributed to Vue!
36+
37+
<a href="https://github.com/vuejs/vue/graphs/contributors"><img src="https://opencollective.com/vuejs/contributors.svg?width=890" /></a>
38+
39+
## License
40+
41+
[MIT](https://opensource.org/licenses/MIT)
42+
43+
Copyright (c) 2013-present, Yuxi (Evan) You

0 commit comments

Comments
 (0)