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

likui e34d2bd853 types: improve slots type (#366) преди 6 години
.circleci eb28d45933 ci: check size in CI преди 6 години
.github 462d5c3477 chore: mention coverage and template-explorer in contribution guide преди 6 години
.vscode b2848b98e5 chore: format vscode.json (#227) преди 6 години
packages e34d2bd853 types: improve slots type (#366) преди 6 години
scripts b60355d857 chore: updated error message for not-found fuzzy-matching error (#303) преди 6 години
.gitignore 0478ca4cdb chore: add the yarn error log file to git ignore (#150) преди 6 години
.prettierrc 3401f6b460 init (graduate from prototype) преди 7 години
README.md ebaa87dfcb chore: update readme [ci skip] преди 6 години
api-extractor.json d92d310e0f chore: config comments преди 6 години
jest.config.js fd209f5a66 feat(core): export version (#254) преди 6 години
lerna.json 174d13acf0 build: sepecify yarn in lerna config (#154) преди 6 години
package.json af57ad110f chore: revert prettier преди 6 години
rollup.config.js 58fcd15000 fix: add missing compiler to the full build on Windows (#333) преди 6 години
tsconfig.json c4f9b6d592 test: fix import преди 6 години
yarn.lock fad691de9d build(deps-dev): bump rollup from 1.25.1 to 1.25.2 преди 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:

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