d0b9708620
Some Vue plugins that are actually compatible with the `vue-compat` won't work because of the version check. Right now `vue-compat` returns 3x version for the legacy method of checking Vue version via `Vue.version`. This PR instends to simulate Vue 2 version in those instances and instead return a 2x-compatible version: `2.6.14-compat:3.x.x`. |
||
---|---|---|
.github | ||
.vscode | ||
packages | ||
scripts | ||
test-dts | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
api-extractor.json | ||
CHANGELOG.md | ||
jest.config.js | ||
LICENSE | ||
netlify.toml | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md | ||
rollup.config.js | ||
SECURITY.md | ||
tsconfig.json |
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).