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

Evan You 5cd1495767 refactor(compiler-core): centralize compiler options 6 年 前
.circleci 66ecd8b47f types: setup tests for built d.ts files 6 年 前
.github ac51f129ea docs: add more details about automatic validation and formatting (#472) 6 年 前
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) 6 年 前
packages 5cd1495767 refactor(compiler-core): centralize compiler options 6 年 前
scripts 74fd6635ce test(e2e): wip e2e test for todomvc 6 年 前
test-dts 24b4120c21 types: fix dts 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 c9d709cdf3 chore: update readme 6 年 前
api-extractor.json d92d310e0f chore: config comments 6 年 前
jest.config.js 28a1e8ab27 chore: ignore test utils in coverage 6 年 前
lerna.json 174d13acf0 build: sepecify yarn in lerna config (#154) 6 年 前
package.json b198a665cf workflow: add size-check package 6 年 前
rollup.config.js f87dbea1f8 build(deps-dev): use rollup plugins from the new official repo (#468) 6 年 前
tsconfig.json 74fd6635ce test(e2e): wip e2e test for todomvc 6 年 前
yarn.lock c8c5b16ef7 feat(compiler-sfc): properly pass on options 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()

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.