Member-only story

VUE Plugins Worth Trying

Beck Moulton
2 min readApr 18, 2023

--

Now that you have been using VUE to develop front-end projects for many years, this article will introduce seven VUE plugins worth trying that may improve your development efficiency.

#1 vueuse

GitHub:https://github.com/vueuse/vueuse

This library is one of the popular ones on GitHub with over 12.8k stars. It is a utility function library based on a compositional API , designed to make all JS APIs that do not support reactive support. This can save programmers time and effort in writing related code.

#2 tree select

GitHub:https://github.com/riophae/vue-treeselect

This library provides a powerful multi-select component whose name is taken from its feature of supporting nested options. It supports single and multi-select, has many advanced features such as Fuzzy Match, asynchronous search and lazy loading, and more. It only loads data for deep options when needed to improve performance. This library has received over 2.6K stars on GitHub.

#3 vue-notification

GitHub: https://github.com/euvl/vue-notification

Displaying messages to users in your app is a basic feature, and this library can help you build beautiful notifications. It offers many features like animation effects…

--

--

Beck Moulton
Beck Moulton

Written by Beck Moulton

Focus on the back-end field, do actual combat technology sharing Buy me a Coffee if You Appreciate My Hard Work https://www.buymeacoffee.com/BeckMoulton

No responses yet