Vue-next: 下一代Vue

仓库地址: https://github.com/vuejs/vue-next

目前已知Vue的新版本,采用TypeScript编写.

vuejs logo
image-2931

已完成的功能如下:

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()

    从开发进度来看,预计2020年第一季度发布正式版,期待!

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

*

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据