1. vue-next
## Status: Pre-Alpha.
vue-next
Package: vue-next
Last modified: Mon, 23 May 2022 17:07:32 GMT
Version: 0.0.1
Downloads: 1,012

Install

npm install vue-next
yarn add vue-next

vue-next CircleCI

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

However, there are still some 2.x parity features not completed yet:

  • [ ] Server-side rendering
  • [ ] <keep-alive>
  • [ ] <transition>
  • [ ] v-show with transition

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

Contribution

See Contributing Guide.

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin