├── README.md └── 讀書會過往影片及討論區 └── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 歡迎大家加入線上Vuejs讀書會 2 | 3 | ## [讀書會注意事項](https://github.com/onlinereadbook/bookreactjs/tree/master/%E8%AE%80%E6%9B%B8%E6%9C%83%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A0%85) 4 | 5 | ## [讀書會過往影片及討論區](https://goo.gl/rjOPXt) 6 | 7 | [Vuediner #4 一頭栽入 Vue.js TDD 的世界 (威力加強版) by 大澤木小鐵](https://www.youtube.com/watch?v=yeVgDph6wMQ&feature=youtu.be) 8 | 9 | 10 | ## [其他線上讀書會](https://github.com/onlinereadbook/bookreactjs/tree/master/其他線上讀書會) 11 | 12 | 13 | --- 14 | 15 | ## 常用工具 16 | 17 | - VueDeleveTool 18 | 19 | ## 會友幫幫忙活動 20 | 21 | ``` 22 | 遇到問題社團上無法解開時, 可聯絡版主招開幫幫忙活動 23 | 24 | 苦主要先講解目前製作寫程式的過程, 讓大家進入狀況後一起攻略問題 25 | 26 | 一方面讓會友知道業界的開發流程levelup, 另一方面也可以攻略問題 27 | ``` 28 | ## Vuejs 相關 29 | 30 | ### Plugins 控件(類似JQuery-UI,Bootstrap) 31 | 32 | |名稱|說明| 33 | |---|---| 34 | |Vux|基於Vue和WeUI的組件庫。 Vux的目標是:盡量​​滿足手機端頁面大部分組件需求。盡量保持小體積(甚至不依賴Zepto)。盡量簡潔優雅。[官網](https://vux.li) / [中文檔](https://vuxjs.gitbooks.io/vux/content/) / [Github](https://github.com/airyland/vux)| 35 | |Element UI|一套為開發者、設計師和產品經理準備的開源組件庫,旨在快速搭建頁面。它基於 Vue 2.0 開發,並提供了配套的設計資源,充分滿足可定制化的需求。 [官網](http://element.eleme.io/) / [Github](https://github.com/ElemeFE/element) | 36 | |IView|是一套基於 Vue.js 的開源UI組件庫,主要服務於PC界面的中後台產品。使用單文件的Vue組件化開發模式。基於 npm + webpack + babel 開發,支持 ES2015,高質量、功能豐富,友好的 API,自由靈活地使用空間 [官網](https://www.iviewui.com) / [Github](https://github.com/iview/iview) | 37 | |VueStrap|Bootstrap components built with Vue.js.No jQuery, bootstrap.js, or any 3rd party plugins required. [官網](http://yuche.github.io/vue-strap/) / [Github](https://github.com/yuche/vue-strap) | 38 | |Semantic-ui|development framework that helps create beautiful, responsive layouts using human-friendly HTML. [官網](http://semantic-ui.com/)| 39 | |Mint UI|基于 Vue.js 的移动端组件库 [官網](http://mint-ui.github.io/)| 40 | |Vue-UI|基于 Vue.js 的移动端组件库 [官網](http://vueui.github.io/)| 41 | 42 | 43 | 44 | 45 | 46 | ### Plugins (類似Datepicket) 47 | |名稱|類型|說明| 48 | |---|---|---| 49 | |Vue Pagination 2|分頁|一個簡單、通用、非侵入、且針對 Vue.js 2.0 所寫的分頁元件,而樣式是基於 Bootstrap 。其原生支援 Vuex ,但也可以在非 Vuex 的環境中改用 Event Bus 。 [Github](https://github.com/matfish2/vue-pagination-2)| 50 | |Vee-Validate|驗證|一個參考 Laravel 表單驗證語法而開發出來的表單驗證套件。它支援 Vue 1.0 及 Vue 2.0 [官網](http://vee-validate.logaretm.com/) 51 | |vue-router 2|路由|對於大多數單頁面應用,都推薦使用官方支持的 [中文檔](http://router.vuejs.org/zh-cn/index.html)| 52 | |vue-tables 2|表格|DataTables Vue2 版本 [Github](https://github.com/matfish2/vue-tables-2) (目前測試vue2有問題)| 53 | |ratiw/vue-table|表格|vuetable - data table simplify! [Github](https://github.com/ratiw/vue-table)| 54 | 55 | ### Redux Saga 資源 : 56 | 57 | 1. [官方英文文檔](https://vuejs.org/) 58 | 59 | 2. [簡體中文文檔](http://vuefe.cn/) 60 | 61 | 32. [線上Vuejs讀書會社群](https://www.facebook.com/groups/616281401885574/) 62 | 63 | 4. [Vuejs台灣](https://www.facebook.com/groups/vuejs.tw/?fref=ts) 64 | 65 | 5. [Vuejs相關資源綜合](https://github.com/vuejs/awesome-vue) 66 | 67 | 68 | ## 願望清單 69 | 70 | - 有想聽的主題一樣開Issues 會幫忙試試看去邀約 71 | -------------------------------------------------------------------------------- /讀書會過往影片及討論區/README.md: -------------------------------------------------------------------------------- 1 | # 讀書會過往影片及討論 2 | 3 | ## VueJS 4 | 5 | | 主講者 | 主題 | 連結 | 討論區 | 6 | | ------ | ------ | :------: | :------: | 7 | | Andy Tsai | Vue Basic | [[影片](https://www.youtube.com/watch?v=R4sAebuAiZw&t=5s)] | [[傳送門](https://github.com/onlinereadbook/bookvuejs/issues/1)] | 8 | | Imagine | vue.js 實作 tree | [[影片](https://www.youtube.com/watch?v=maew-HTgAAM)] | [[傳送門](https://github.com/onlinereadbook/bookvuejs/issues/2)] | 9 | | knovour | nuxt 入門 | [[影片](https://www.youtube.com/watch?v=kBY6TwvpGl8)] | [[傳送門](https://github.com/onlinereadbook/bookvuejs/issues/3)] | 10 | --------------------------------------------------------------------------------