You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Evan You 20afd4093d chore: changelog edits [ci skip] 6 years ago
.circleci ci: bust cache 6 years ago
.github chore: add GitHub sponsor button config (#708) [ci skip] 6 years ago
.vscode workflow: support debug single jest test file in vscode (#360) 6 years ago
packages release: v3.0.0-alpha.6 6 years ago
scripts build: remove compiler-ssr and server-renderer from skipped packages 6 years ago
test-dts feat(reactivity): expose unref and shallowRef 6 years ago
.gitignore chore: add the yarn error log file to git ignore (#150) 6 years ago
.prettierrc init (graduate from prototype) 7 years ago
CHANGELOG.md chore: changelog edits [ci skip] 6 years ago
LICENSE chore: license 6 years ago
README.md chore: readme 6 years ago
api-extractor.json chore: config comments 6 years ago
jest.config.js build: avoid runtime wildcard import in global build 6 years ago
package.json release: v3.0.0-alpha.6 6 years ago
rollup.config.js build: use buildOption to determine runtime compile build (#742) 6 years ago
tsconfig.json test(ssr): test for rendering components 6 years ago
yarn.lock build(deps-dev): bump typescript from 3.7.5 to 3.8.2 6 years ago

README.md

vue-next CircleCI

Status: Alpha.

The current codebase has basic feature parity with v2.x, together with the changes proposed in merged RFCs. There is a simple webpack-based setup with Single-File Component support available here.

Please note that there could still be undocumented behavior inconsistencies with 2.x. When you run into such a case, please make sure to first check if the behavior difference has already been proposed in an existing RFC. If the inconsistency is not part of an RFC, then it's likely unintended, and an issue should be opened (please make sure to use the issue helper when opening new issues).

TODOs as of 3.0.0-alpha.5

  • Suspense support in SSR
  • SSR Hydration mismatch handling
  • SSR vnode directive support
  • SSR integration tests
  • 2.x compatible async component support

Known Issues

  • There is currently no way to attach custom instance properties via Vue.prototype.

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

Contribution

See Contributing Guide.