Libraries - sikaeducation/vue-curriculum GitHub Wiki

Some of most commonly used Vue libraries:

  • Vuetify - The most popular general UI library - Has generic components for inputs, tables, etc.
  • Vue Test Utils - The official library for unit testing components. It lets you mount them in isolation, set state and props, call methods, and make assertions about the UI. Test library agnostic.
  • Vue Router - The official router
  • Vuex - The official state management tool
  • Vue.js Modal - The most popular modal library
  • Vue Font Awesome - FontAwesome components for Vue
  • Vue Awesome - A directory of every Vue thing there is