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

Evan You 51764d3195 chore: more details on build formats [ci skip] 6 gadi atpakaļ
.circleci 2dcdbca6e2 ci: bust cache 6 gadi atpakaļ
.github 51764d3195 chore: more details on build formats [ci skip] 6 gadi atpakaļ
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) 6 gadi atpakaļ
packages d6275a3c31 fix(sfc): treat custom block content as raw text 6 gadi atpakaļ
scripts 7d2ae08277 build: polish release script 6 gadi atpakaļ
test-dts 1c4cdd841d refactor(createComponent): rename to defineComponent (#549) 6 gadi atpakaļ
.gitignore 0478ca4cdb chore: add the yarn error log file to git ignore (#150) 6 gadi atpakaļ
.prettierrc 3401f6b460 init (graduate from prototype) 7 gadi atpakaļ
LICENSE 34989ef7fe chore: license 6 gadi atpakaļ
README.md 51764d3195 chore: more details on build formats [ci skip] 6 gadi atpakaļ
api-extractor.json d92d310e0f chore: config comments 6 gadi atpakaļ
jest.config.js 69c9dbc825 feat(sfc): scopeId runtime support 6 gadi atpakaļ
package.json 8ed04ed503 build: release script 6 gadi atpakaļ
rollup.config.js c3e1c812e3 build: warn invalid format in build script 6 gadi atpakaļ
tsconfig.json c57837c324 chore: Use dynamic paths in tsconfig.json (#548) 6 gadi atpakaļ
yarn.lock f601f87dad build(deps-dev): bump typescript from 3.7.3 to 3.7.4 6 gadi atpakaļ

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
    • SFC compiler (replacement of @vue/component-compiler-utils)
  • Runtime

    • Significantly faster
    • Simultaneous Composition API + Options API support, with typings
    • Proxy-based change detection
    • Fragments
    • Portals
    • Suspense w/ async setup()

Major TODOs:

  • 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.