You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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/)!
23
6
24
7
## Sponsors
25
8
@@ -30,3 +13,31 @@ Vue.js is an MIT-licensed open source project with its ongoing development made
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!
0 commit comments