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

djy0 ad2a0bde98 perf(compiler-core): simplify `advancePositionWithMutation` (#564) 6 سال پیش
.circleci 2dcdbca6e2 ci: bust cache 6 سال پیش
.github 9996d7acbc chore: fix typo api.json (#565) [ci skip] 6 سال پیش
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) 6 سال پیش
packages ad2a0bde98 perf(compiler-core): simplify `advancePositionWithMutation` (#564) 6 سال پیش
scripts 7d2ae08277 build: polish release script 6 سال پیش
test-dts 7df5e70c83 types: accept defineComponent return types in app.mount 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 51764d3195 chore: more details on build formats [ci skip] 6 سال پیش
api-extractor.json d92d310e0f chore: config comments 6 سال پیش
jest.config.js 80f8b46177 ci: skip e2e tests on netlify coverage builds 6 سال پیش
package.json 8ed04ed503 build: release script 6 سال پیش
rollup.config.js c3e1c812e3 build: warn invalid format in build script 6 سال پیش
tsconfig.json c57837c324 chore: Use dynamic paths in tsconfig.json (#548) 6 سال پیش
yarn.lock f8b7ad5a77 build(deps-dev): bump @types/jest from 24.0.24 to 24.0.25 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
    • 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.