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

夜宴 8d10096d24 test(reactivity): check for key in entries iteration (#152) vor 6 Jahren
.circleci 8511237ed9 ci: run tests with ci flags vor 6 Jahren
.github 7c4eea6048 docs: add missing --all argument to contributing.md (#121) vor 6 Jahren
.vscode 132da6c354 chore: editor settings vor 7 Jahren
packages 8d10096d24 test(reactivity): check for key in entries iteration (#152) vor 6 Jahren
scripts 0fe8801782 docs: fix 'commit message convention' link (#95) vor 6 Jahren
.gitignore b2d269a651 build: use api-extractor for type rollup vor 6 Jahren
.prettierrc 3401f6b460 init (graduate from prototype) vor 7 Jahren
README.md 62a1bcbab0 chore: update README vor 6 Jahren
api-extractor.json d92d310e0f chore: config comments vor 6 Jahren
jest.config.js 132cef9063 refactor: further tweak compiler layers vor 6 Jahren
lerna.json 3401f6b460 init (graduate from prototype) vor 7 Jahren
package.json 35cb3700b8 build: separate size scripts vor 6 Jahren
rollup.config.js 5bc18f46c6 chore: fix typo in rollup.config.js (#122) vor 6 Jahren
tsconfig.json c4f9b6d592 test: fix import vor 6 Jahren
yarn.lock ff0f3bdf7c build(deps-dev): bump lerna from 3.16.4 to 3.16.5 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()

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

  • Server-side rendering
  • <keep-alive>
  • <transition>
  • Compiler DOM-specific transforms
    • v-on DOM modifiers
    • v-model
    • v-text
    • v-pre
    • v-once
    • v-html
    • v-show

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

Contribution

See Contributing Guide.