20個實用的Vue開源庫,先收藏再說
隨著 Vue.js 和 Nuxt.js 社區的不斷壯大,經常會出現一些好用的軟件包。今天小編就給大家整理出20個實用的Vue 開源庫,如果對你有用的話,歡迎收藏轉發哦~

1、Vue Virtual Scroller
Vue Virtual Scroller是用于 Vue.js 應用程序的快速無限制滾動,這個還挺好用的。
地址:https://github.com/Akryum/vue-virtual-scroller
2、Vue Native
React Native的好用了,就不用我多說了吧?而Vue Native就像 React Native 一樣,可以使用 JavaScript 來構建跨平臺的原生移動應用程序。
地址:https://vue-native.io
3、Vue Dark Mode
Vue Dark Mode是Vue.js的一個簡約高級的深色設計系統,它提供了基本組件,用于構建喜歡暗色的設計者們會習慣使用的深色界面。
地址:https://github.com/LeCoupa/vuedarkmode
4、Vue Content Placeholders
Vue Content Placeholders時可組合組件,一般在獲取真實內容時,能使用這些可組合組件渲染虛假的漸進式內容。
地址:https://github.com/michalsnik/vue-content-placeholders
5、Vue Clickaway
Vue Clickaway是一種可重復的點擊命令,能夠檢測并響應元素外部的點擊動作。一般適用于當需要關閉模態窗口,或者要隱藏下拉列表時,是一個很方便的框架。
地址:https://github.com/simplesmiler/vue-clickaway
6、Vuetable-2
這是Vue.js 的數據表組件,就不用多說啦,大家都懂。
地址:https://www.vuetable.com/
7、Bootstrap-Vue
Bootstrap-Vue應該是不可獲取的,因為它提供了最全面的 Bootstrap V4 實現。
地址:https://bootstrap-vue.js.org/
8、Vue Numeric
在Vue.js 輸入字段組件后,Vue Numeric用于顯示格式化的貨幣值。
地址:https://github.com/kevinongko/vue-numeric
9、Vue Notification
這個一般是用于 Vue.js 應用程序中的成功、警告和錯誤通知。我們可以把它可以放在任何你想要的位置,是一個蠻好用的功能。
地址:http://vue-notification.yev.io/
10、Vue Waypoint
如果想要在滾動時觸發動畫,v-waypoint 指令對你來說就很實用,它用于在滾動時觸發函數。
地址:https://github.com/scaccogatto/vue-waypoint
11、Vue Cleave Component
這個組件,主要是用于在輸入時格式化輸入內容(比如說各種格式、日期等)。
地址:https://github.com/ankurk91/vue-cleave-component
12、Vue Draggable Resizable
如果你想要可調整大小和可拖動的元素,并且沒有外部依賴的話,那么這個組件非常適合。
地址:https://github.com/mauricius/vue-draggable-resizable
13、Vuelidate
Vuelidate可用于進行基于模型的驗證,用了它之后,實現表單驗證現在變得非常容易。
地址:https://github.com/monterail/vuelidate
14、Vue Moment
如果需要在 Vue.js 應用程序中使用 Moment.js,那么可以試試這個組件,會很驚喜的。
地址:https://github.com/brockpetrie/vue-moment
15、Vue Trend
Vue Trend可以稱得上是非常優雅和高級的一款趨勢圖組件,建議大家有需要的話可以試試。
地址:https://github.com/QingWei-Li/vue-trend
16、Vue Popper
這是一個基于 popper.js 的 Vue.js 彈出窗口組件,比較簡單,但也很實用。
地址:https://robinck.github.io/vue-popper/
17、Vue Slider Component
Vue Slider Component挺不錯的,里面的10種滑塊組件,都使用 Vue.js 開發。
地址:https://nightcatsama.github.io/vue-slider-component/example
18、Vue Clipboard
這是一個簡約小巧的 Vue.js 包,能幫助用戶將文本復制到基于clipboard.js的剪貼板。
地址:https://vue-clipboard2.inndy.tw/
19、Vue.Draggable
Vue.js 組件,基于 Sortable.js 進行同步的拖放排序。
地址:https://github.com/SortableJS/Vue.Draggable
20、Emoji Mart Vue
它是來源于 React 的 emoji-mart fork ,可以用在Vue.js 的 Slack 風格的可定制表情符號選擇器組件,蠻好玩的。
地址:https://github.com/jm-david/emoji-mart-vue
這20個實用的 Vue 開源庫你收藏了嗎?