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

dependabot-preview[bot] e83984d7fc build(deps-dev): bump ts-jest from 24.1.0 to 24.2.0 %!s(int64=6) %!d(string=hai) anos
.circleci 66ecd8b47f types: setup tests for built d.ts files %!s(int64=6) %!d(string=hai) anos
.github dfc7c0f12a refactor: adjust internal vnode types + more dts tests %!s(int64=6) %!d(string=hai) anos
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) %!s(int64=6) %!d(string=hai) anos
packages be4c22e423 chore(compiler-dom): changed function to arrow function (#487) %!s(int64=6) %!d(string=hai) anos
scripts 3ec63dbee1 build: only remove dist directory when building all formats %!s(int64=6) %!d(string=hai) anos
test-dts 24b4120c21 types: fix dts %!s(int64=6) %!d(string=hai) anos
.gitignore 0478ca4cdb chore: add the yarn error log file to git ignore (#150) %!s(int64=6) %!d(string=hai) anos
.prettierrc 3401f6b460 init (graduate from prototype) %!s(int64=7) %!d(string=hai) anos
LICENSE 34989ef7fe chore: license %!s(int64=6) %!d(string=hai) anos
README.md c9d709cdf3 chore: update readme %!s(int64=6) %!d(string=hai) anos
api-extractor.json d92d310e0f chore: config comments %!s(int64=6) %!d(string=hai) anos
jest.config.js 28a1e8ab27 chore: ignore test utils in coverage %!s(int64=6) %!d(string=hai) anos
lerna.json 174d13acf0 build: sepecify yarn in lerna config (#154) %!s(int64=6) %!d(string=hai) anos
package.json 24b4120c21 types: fix dts %!s(int64=6) %!d(string=hai) anos
rollup.config.js f87dbea1f8 build(deps-dev): use rollup plugins from the new official repo (#468) %!s(int64=6) %!d(string=hai) anos
tsconfig.json 9e48c51f07 build: include compiler-sfc in aliases and tsconfig paths (#435) %!s(int64=6) %!d(string=hai) anos
yarn.lock e83984d7fc build(deps-dev): bump ts-jest from 24.1.0 to 24.2.0 %!s(int64=6) %!d(string=hai) anos

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.