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

Evan You e1d25e3537 feat: show fragment ids in dev 6 年之前
.circleci 66ecd8b47f types: setup tests for built d.ts files 6 年之前
.github f56a159ea5 chore: fix typo [ci skip] (#413) 6 年之前
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) 6 年之前
packages e1d25e3537 feat: show fragment ids in dev 6 年之前
scripts fec47bb3ac chore: some->forEach (#424) 6 年之前
test-dts 66ecd8b47f types: setup tests for built d.ts files 6 年之前
.gitignore 0478ca4cdb chore: add the yarn error log file to git ignore (#150) 6 年之前
.prettierrc 3401f6b460 init (graduate from prototype) 7 年之前
LICENSE 34989ef7fe chore: license 6 年之前
README.md 5a4384d80d chore: mark keep-alive done [ci skip] 6 年之前
api-extractor.json d92d310e0f chore: config comments 6 年之前
jest.config.js 300a705221 refactor: use __TEST__ flag 6 年之前
lerna.json 174d13acf0 build: sepecify yarn in lerna config (#154) 6 年之前
package.json 66ecd8b47f types: setup tests for built d.ts files 6 年之前
rollup.config.js 300a705221 refactor: use __TEST__ flag 6 年之前
tsconfig.json c4f9b6d592 test: fix import 6 年之前
yarn.lock 66ecd8b47f types: setup tests for built d.ts files 6 年之前

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:

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

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

Contribution

See Contributing Guide.