Some Awesome Libraries For Vue3

Some Awesome Libraries For Vue3

Vue.js is a popular JavaScript framework for building web applications. In this blog post, we will introduce you to some of the awesome libraries for Vue.js in different categories.

1st Jan 2023

vuejavascript

Introduction

Vue.js is a popular JavaScript framework for building web applications. It offers a lot of flexibility and ease of use, making it a go-to choice for many developers. One of the advantages of Vue.js is its rich library ecosystem. In this blog post, we will introduce you to some of the awesome libraries for Vue.js in different categories.

Essential

Some libraries are must have when you are start working with new project, here are my list

  • Vue Router: Vue Router is the official router for Vue.js. It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze
  • Pinia: Pinia started as an experiment to redesign what a Store for Vue could look like with the Composition API around November 2019.
  • VueUse: VueUse is a collection of utility functions based on Composition API. We assume you are already familiar with the basic ideas of Composition API before you continue.
  • Vitest: Vitest is a blazing fast unit test framework powered by Vite.
  • Vue Macro: Vue Macros is a library that implements proposals or ideas that have not been officially implemented by Vue. That means it will explore and extend more features and syntax sugar to Vue.