# vue-next **Repository Path**: mirrors_hujiulong/vue-next ## Basic Information - **Project Name**: vue-next - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-next [![CircleCI](https://circleci.com/gh/vuejs/vue-next.svg?style=svg&circle-token=fb883a2d0a73df46e80b2e79fd430959d8f2b488)](https://circleci.com/gh/vuejs/vue-next) ## Status: Pre-Alpha. We have achieved most of the architectural goals and new features planned for v3: - Compiler - [x] Modular architecture - [x] "Block tree" optimization - [x] More aggressive static tree hoisting - [x] Source map support - [x] Built-in identifier prefixing (aka "stripWith") - [x] Built-in pretty-printing - [x] Lean ~10kb brotli-compressed browser build after dropping source map and identifier prefixing - Runtime - [x] Significantly faster - [x] Simultaneous Composition API + Options API support, **with typings** - [x] Proxy-based change detection - [x] Fragments - [x] Portals - [x] 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](https://github.com/vuejs/vue-next/blob/master/.github/contributing.md).