2022-01-18 16:43:59 +08:00
# vuejs/core [![npm](https://img.shields.io/npm/v/vue/next.svg)](https://www.npmjs.com/package/vue/v/next) [![build status](https://github.com/vuejs/core/actions/workflows/ci.yml/badge.svg?branch=main)](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
2020-09-18 13:25:53 +08:00
- Via CDN: `<script src="https://unpkg.com/vue@next"></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
npm init vue@latest
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 )).