vue3-yuanma/README.md
2022-01-18 16:43:59 +08:00

23 lines
861 B
Markdown

# 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)
This is the repository for Vue 3.x.
## Quickstart
- Via CDN: `<script src="https://unpkg.com/vue@next"></script>`
- Try in the browser on [StackBlitz](https://vite.new/vue)
- Scaffold via [create-vue](https://github.com/vuejs/create-vue):
```bash
# npm
npm init vue@latest
# yarn
yarn create vue
```
## Changes from Vue 2
Please consult the [Migration Guide](http://v3-migration.vuejs.org/).
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)).