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

Evan You c3e1c812e3 build: warn invalid format in build script преди 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 c9b9ae3941 refactor: rename apiApp.ts -> apiCreateApp.ts преди 6 години
scripts 7d2ae08277 build: polish release script преди 6 години
test-dts 1c4cdd841d refactor(createComponent): rename to defineComponent (#549) преди 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 c3e1c812e3 build: warn invalid format in build script преди 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.