mirror of https://github.com/vuejs/core.git
fix #5307 |
||
|---|---|---|
| .github | ||
| .vscode | ||
| packages | ||
| scripts | ||
| test-dts | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| SECURITY.md | ||
| api-extractor.json | ||
| jest.config.js | ||
| netlify.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| rollup.config.js | ||
| tsconfig.json | ||
README.md
vuejs/core

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
-
Scaffold via create-vue:
# npm npm init vue@latest # yarn yarn create vue
Changes from Vue 2
Please consult the Migration Guide.
Also note: Vue 3 does not support IE11 (RFC | Discussion).