各種插件的集合:awesome-vue
各種插件的集合,需要的時候可以過來找找,不過需要注意是否支持vue2
數(shù)據(jù)表格(table):vue-datatable
功能:數(shù)據(jù)table纬凤,搜索搀别,排序,分頁芥颈;支持自定義組件作為表格行元素。需要一次性獲取所有數(shù)據(jù),數(shù)據(jù)量不大的時候可以考慮
問題:點(diǎn)擊下一頁的時候表格數(shù)據(jù)會更新呐舔,但是自定義組件內(nèi)部的數(shù)據(jù)很有可能未更新。
安裝:npm install vuejs-datatable
github:https://github.com/pstephan1187/vue-datatable
圖形(charts):vue-echarts
功能:百度提供的圖表庫Echarts的vue版本慷蠕,提供包括折線圖珊拼、柱形圖、地圖等圖表流炕。
安裝:npm install vue-echarts
github:https://github.com/Justineo/vue-echarts
ajax請求:axios
功能:vue版本的get澎现、post請求等,目前不支持jsonp
安裝:npm install axios
github:https://github.com/mzabriskie/axios
md5加密:md5
功能:md5加密
github:https://github.com/keplerproject/md5
參數(shù)字符串的格式化:query-string
功能:對請求參數(shù)進(jìn)行格式化
安裝:npm install --save query-string
github:https://github.com/sindresorhus/query-string
時間選擇:vue-datepicker
功能:選擇某一天每辟,需要鼠標(biāo)點(diǎn)擊之后時間框才會出現(xiàn)剑辫,比較好看
安裝:npm install vue-datepicker
github:https://github.com/hilongjw/vue-datepicker
時間選擇:vue-daterangepicker
功能:可以選擇一段時間,可以不需要鼠標(biāo)點(diǎn)擊直接出現(xiàn)日歷
安裝:npm install vue-daterangepicker
github:https://github.com/youngerheart/vue-daterangepicker
網(wǎng)頁標(biāo)題修改:vue-head
功能:幫助單頁面程序修改網(wǎng)頁標(biāo)題
安裝:npm install vue-head --save
github:https://github.com/ktquez/vue-head
(目前用過的插件渠欺,持續(xù)更新)