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

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