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

Evan You d3d4fe84cd fix(vue): properly cache runtime compilation пре 6 година
.circleci 66ecd8b47f types: setup tests for built d.ts files пре 6 година
.github 136ab753b3 build: adjust esm formats пре 6 година
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) пре 6 година
packages d3d4fe84cd fix(vue): properly cache runtime compilation пре 6 година
scripts 136ab753b3 build: adjust esm formats пре 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 cd5ba7cfcc build: remove lerna пре 6 година
package.json 8ed04ed503 build: release script пре 6 година
rollup.config.js 136ab753b3 build: adjust esm formats пре 6 година
tsconfig.json 74fd6635ce test(e2e): wip e2e test for todomvc пре 6 година
yarn.lock 8ed04ed503 build: release script пре 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.