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

Evan You 2dcdbca6e2 ci: bust cache vor 6 Jahren
.circleci 2dcdbca6e2 ci: bust cache vor 6 Jahren
.github 4e91b1328d chore: add package dependency graph vor 6 Jahren
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) vor 6 Jahren
packages 94d692b0cf test: fix tests after missing end tag error location fix vor 6 Jahren
scripts c1959fa64d build: set compiler-sfc peerDep on vue vor 6 Jahren
test-dts 24b4120c21 types: fix dts vor 6 Jahren
.gitignore 0478ca4cdb chore: add the yarn error log file to git ignore (#150) vor 6 Jahren
.prettierrc 3401f6b460 init (graduate from prototype) vor 7 Jahren
LICENSE 34989ef7fe chore: license vor 6 Jahren
README.md c9d709cdf3 chore: update readme vor 6 Jahren
api-extractor.json d92d310e0f chore: config comments vor 6 Jahren
jest.config.js 69c9dbc825 feat(sfc): scopeId runtime support vor 6 Jahren
package.json 8ed04ed503 build: release script vor 6 Jahren
rollup.config.js 5cf7523787 build: export runtime-only build for bundlers by default in main vue package vor 6 Jahren
tsconfig.json c57837c324 chore: Use dynamic paths in tsconfig.json (#548) vor 6 Jahren
yarn.lock f848cf2ac8 build(deps-dev): bump @types/jest from 24.0.23 to 24.0.24 vor 6 Jahren

README.md

vue-next CircleCI

Status: Pre-Alpha.

We have achieved most of the architectural goals and new features planned for v3:

  • Compiler

    • Modular architecture
    • "Block tree" optimization
    • More aggressive static tree hoisting
    • Source map support
    • Built-in identifier prefixing (aka "stripWith")
    • Built-in pretty-printing
    • Lean ~10kb brotli-compressed browser build after dropping source map and identifier prefixing
  • Runtime

    • Significantly faster
    • Simultaneous Composition API + Options API support, with typings
    • Proxy-based change detection
    • Fragments
    • Portals
    • Suspense w/ async setup()

Major TODOs:

  • SFC compiler
  • Server-side rendering

Also note that the current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet).

Contribution

See Contributing Guide.