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

dependabot-preview[bot] ff4c5c1bb6 build(deps): bump postcss from 7.0.24 to 7.0.25 (#544) 6 лет назад
.circleci 2dcdbca6e2 ci: bust cache 6 лет назад
.github 4e91b1328d chore: add package dependency graph 6 лет назад
.vscode 11d0778f9c workflow: support debug single jest test file in vscode (#360) 6 лет назад
packages 2e3c5aaf5f test(e2e): add test for svg example (#551) 6 лет назад
scripts c1959fa64d build: set compiler-sfc peerDep on vue 6 лет назад
test-dts 24b4120c21 types: fix dts 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 c9d709cdf3 chore: update readme 6 лет назад
api-extractor.json d92d310e0f chore: config comments 6 лет назад
jest.config.js 69c9dbc825 feat(sfc): scopeId runtime support 6 лет назад
package.json 8ed04ed503 build: release script 6 лет назад
rollup.config.js 5cf7523787 build: export runtime-only build for bundlers by default in main vue package 6 лет назад
tsconfig.json c57837c324 chore: Use dynamic paths in tsconfig.json (#548) 6 лет назад
yarn.lock ff4c5c1bb6 build(deps): bump postcss from 7.0.24 to 7.0.25 (#544) 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()

Major TODOs:

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