🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Thorsten Lünborg 97f6bd942f fix(compat): ensure fallthrough *Native events are not dropped during props update (#5228) il y a 4 ans
.github ae4b0783d7 chore: update repo references il y a 4 ans
.vscode b015892de6 workflow: cross platform vscode jest debugging (#414) il y a 5 ans
packages 97f6bd942f fix(compat): ensure fallthrough *Native events are not dropped during props update (#5228) il y a 4 ans
scripts e603fd258c chore: fix typo (#5261) [ci skip] il y a 4 ans
test-dts 4d07ed809c test: remove module augmentation test which does not work in the setup il y a 4 ans
.eslintrc.js d70fd8d36b feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform il y a 4 ans
.gitignore b5c0142cf0 chore: ignore .idea folder (#4838) [ci skip] il y a 4 ans
.prettierrc 69344ff1ae feat(types): map declared emits to onXXX props in inferred prop types (#3926) il y a 4 ans
CHANGELOG.md ae4b0783d7 chore: update repo references il y a 4 ans
LICENSE 34989ef7fe chore: license il y a 6 ans
README.md ae4b0783d7 chore: update repo references il y a 4 ans
SECURITY.md 7bb9dd09c5 chore: improve security.md [ci skip] il y a 4 ans
api-extractor.json 50f13278f9 chore: avoid api-extractor warnings il y a 4 ans
jest.config.js 87c86e4cc2 refactor: ensure ssr branches are included in esm-bundler build il y a 4 ans
netlify.toml 61c5fbd3e3 workflow: move to pnpm (#4766) il y a 4 ans
package.json 0c06c748a5 chore: bump marked il y a 4 ans
pnpm-lock.yaml 0c06c748a5 chore: bump marked il y a 4 ans
pnpm-workspace.yaml 61c5fbd3e3 workflow: move to pnpm (#4766) il y a 4 ans
rollup.config.js 87c86e4cc2 refactor: ensure ssr branches are included in esm-bundler build il y a 4 ans
tsconfig.json 2788154f77 fix(build): fix generated code containing unprocessed class field syntax il y a 4 ans

README.md

vuejs/core npm build status

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).