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

Evan You bb85aefc03 chore: move dom element config to compiler-dom 6 tahun lalu
.circleci eb28d45933 ci: check size in CI 6 tahun lalu
.github 462d5c3477 chore: mention coverage and template-explorer in contribution guide 6 tahun lalu
.vscode b2848b98e5 chore: format vscode.json (#227) 6 tahun lalu
packages bb85aefc03 chore: move dom element config to compiler-dom 6 tahun lalu
scripts b60355d857 chore: updated error message for not-found fuzzy-matching error (#303) 6 tahun lalu
.gitignore 0478ca4cdb chore: add the yarn error log file to git ignore (#150) 6 tahun lalu
.prettierrc 3401f6b460 init (graduate from prototype) 7 tahun lalu
README.md ebaa87dfcb chore: update readme [ci skip] 6 tahun lalu
api-extractor.json d92d310e0f chore: config comments 6 tahun lalu
jest.config.js fd209f5a66 feat(core): export version (#254) 6 tahun lalu
lerna.json 174d13acf0 build: sepecify yarn in lerna config (#154) 6 tahun lalu
package.json 37cbd0098d chore: lint + include tsx files for lint 6 tahun lalu
rollup.config.js 58fcd15000 fix: add missing compiler to the full build on Windows (#333) 6 tahun lalu
tsconfig.json c4f9b6d592 test: fix import 6 tahun lalu
yarn.lock 65bd838cb8 build(deps-dev): bump rollup from 1.24.0 to 1.25.1 6 tahun lalu

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:

  • Server-side rendering
  • <keep-alive>
  • <transition>
  • v-show with transition
  • <component :is>

The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).

Contribution

See Contributing Guide.