State of Vue.js in 2021

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vuex

    🗃️ Centralized State Management for Vue.js.

  • Standardized tools: Before I started using Vue I would frequently get frustrated with the number of choices I had when creating a project Vue provides official support for several essential add-ons including Vue-router for client-side routing, Vuex for state management, Vue test utils for unit testing, Vue devtools browser extension for debugging and Vue CLI for creating project boilerplate and are the recommended defaults.

  • vueuse

    Collection of essential Vue Composition Utilities for Vue 2 and 3

  • It allows to extract common use cases into reusable functions and then call them in different components a nice example of this is the Vue use library which provides some common composition functions you would need when building any type of application.

  • 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
  • core

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)

  • Vue is an open-source progressive framework that is designed to be incrementally adoptable, as the core library is focused around the view layer only. That being said it's more than capable of powering sophisticated Single Page Applications, Mobile Applications, and Desktop Applications with the help of modern tools. Unlike Facebook's React.js or Google's Angular.js, Vue.js is developed and financed solely from donations.

  • vue-router

    🚦 The official router for Vue 2

  • Standardized tools: Before I started using Vue I would frequently get frustrated with the number of choices I had when creating a project Vue provides official support for several essential add-ons including Vue-router for client-side routing, Vuex for state management, Vue test utils for unit testing, Vue devtools browser extension for debugging and Vue CLI for creating project boilerplate and are the recommended defaults.

  • vue-cli

    🛠️ webpack-based tooling for Vue.js Development

  • Standardized tools: Before I started using Vue I would frequently get frustrated with the number of choices I had when creating a project Vue provides official support for several essential add-ons including Vue-router for client-side routing, Vuex for state management, Vue test utils for unit testing, Vue devtools browser extension for debugging and Vue CLI for creating project boilerplate and are the recommended defaults.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • In One Minute : Vue.js

    5 projects | dev.to | 10 Nov 2022
  • react vs angular

    2 projects | /r/CharruaDevs | 19 Mar 2022
  • [RANT] How Vue 3 drove me away

    6 projects | /r/vuejs | 12 Sep 2021
  • Getting started with Vue.js

    2 projects | dev.to | 4 May 2021
  • Desktop Development for the Web Developer - Part 3

    3 projects | dev.to | 22 Apr 2021