Vue 2 end of life December 2023

This page summarizes the projects mentioned and recommended in the original post on /r/vuejs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • vuetify

    🐉 Vue Component Framework

  • Hurry what up? 3.0? they're already on 3.1.1 if you didn't know

  • Socket.io

    Realtime application framework (Node.JS server)

  • The switch wasn't that bad. We migrated a smaller Vue 2 and used Element Plus for the UI. We ran into problems with Vite since it requires ES modules for all your libs. We ended up ditching moment, axios, and sockjs and replaced them with dayjs, VueUse useFetch() and socket.io to make Vite happy. What we did was manually copy over one component at a time and rewrote any mixins as composition API functions. The large app took me a month to rewrite and we used Quasar for that after popular demand from the dev team. We standardized around the script setup syntax since it is cleaner to follow than plain setup().

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • rfcs

    RFCs for substantial changes / feature additions to Vue core (by vuejs)

  • Here is the Current language: https://github.com/vuejs/rfcs/blob/function-apis/active-rfcs/0000-function-api.md

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts