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

Dmitry Sharshakov db7666d0f3 fix(warning): handle errors in warn handler (#396) 6 lat temu
.circleci eb28d45933 ci: check size in CI 6 lat temu
.github 462d5c3477 chore: mention coverage and template-explorer in contribution guide 6 lat temu
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) 6 lat temu
packages db7666d0f3 fix(warning): handle errors in warn handler (#396) 6 lat temu
scripts 11d0778f9c workflow: support debug single jest test file in vscode (#360) 6 lat temu
.gitignore 0478ca4cdb chore: add the yarn error log file to git ignore (#150) 6 lat temu
.prettierrc 3401f6b460 init (graduate from prototype) 7 lat temu
README.md 824fb795af chore: remove done item in readme [ci skip] 6 lat temu
api-extractor.json d92d310e0f chore: config comments 6 lat temu
jest.config.js fd209f5a66 feat(core): export version (#254) 6 lat temu
lerna.json 174d13acf0 build: sepecify yarn in lerna config (#154) 6 lat temu
package.json af57ad110f chore: revert prettier 6 lat temu
rollup.config.js 58fcd15000 fix: add missing compiler to the full build on Windows (#333) 6 lat temu
tsconfig.json c4f9b6d592 test: fix import 6 lat temu
yarn.lock fad691de9d build(deps-dev): bump rollup from 1.25.1 to 1.25.2 6 lat temu

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

However, there are still some 2.x parity features not completed yet:

  • Server-side rendering
  • <keep-alive>
  • <transition>
  • v-show with transition

The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).

Contribution

See Contributing Guide.