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

dependabot-preview[bot] 9e03b6896d build(deps-dev): bump @types/jest from 24.0.21 to 24.0.22 6 роки тому
.circleci 66ecd8b47f types: setup tests for built d.ts files 6 роки тому
.github dfc7c0f12a refactor: adjust internal vnode types + more dts tests 6 роки тому
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) 6 роки тому
packages c61e5463fa feat: warn duplicate plugin installations 6 роки тому
scripts fec47bb3ac chore: some->forEach (#424) 6 роки тому
test-dts dfc7c0f12a refactor: adjust internal vnode types + more dts tests 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 28a1e8ab27 chore: ignore test utils in coverage 6 роки тому
lerna.json 174d13acf0 build: sepecify yarn in lerna config (#154) 6 роки тому
package.json 645f13c36d build(deps-dev): bump TS to 3.7 6 роки тому
rollup.config.js dfc7c0f12a refactor: adjust internal vnode types + more dts tests 6 роки тому
tsconfig.json dfc7c0f12a refactor: adjust internal vnode types + more dts tests 6 роки тому
yarn.lock 9e03b6896d build(deps-dev): bump @types/jest from 24.0.21 to 24.0.22 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.