2022-02-07 12:16:22 +08:00
# vuejs/core [](https://www.npmjs.com/package/vue) [](https://github.com/vuejs/core/actions/workflows/ci.yml)
2019-08-25 10:37:05 +08:00
2022-01-18 16:43:59 +08:00
This is the repository for Vue 3.x.
2019-10-04 21:35:29 +08:00
2020-09-18 13:25:53 +08:00
## Quickstart
2019-10-04 21:35:29 +08:00
2022-02-07 12:16:22 +08:00
- Via CDN: `<script src="https://unpkg.com/vue@3"></script>`
2022-01-18 16:43:59 +08:00
- Try in the browser on [StackBlitz ](https://vite.new/vue )
- Scaffold via [create-vue ](https://github.com/vuejs/create-vue ):
2020-04-17 04:40:46 +08:00
2020-09-18 13:25:53 +08:00
```bash
2022-01-18 16:43:59 +08:00
# npm
2022-02-07 12:16:22 +08:00
npm init vue@3
2021-03-26 23:19:00 +08:00
# yarn
2022-01-18 16:43:59 +08:00
yarn create vue
2020-09-18 13:25:53 +08:00
```
2020-02-19 03:56:18 +08:00
2020-09-18 13:25:53 +08:00
## Changes from Vue 2
2019-08-25 10:37:05 +08:00
2022-01-18 16:43:59 +08:00
Please consult the [Migration Guide ](http://v3-migration.vuejs.org/ ).
2020-07-23 08:59:05 +08:00
2021-04-28 21:40:54 +08:00
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 )).
2022-02-06 17:02:10 +08:00
## Sponsors
2022-02-07 13:13:26 +08:00
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 [ sponsor Vue's development ](https://vuejs.org/sponsor/ ).
2022-02-06 17:02:10 +08:00
< p align = "center" >
2022-02-07 13:13:26 +08:00
< a target = "_blank" href = "https://vuejs.org/sponsor/" >
2022-02-06 17:08:51 +08:00
< img alt = "sponsors" src = "https://sponsors.vuejs.org/sponsors.svg" >
< / a >
2022-02-06 17:02:10 +08:00
< / p >