https://github.com/bhnddowinf/vuejs2-learn
vuejs2 官网讲解 (vue.js 2 official website tutorials ,contains video , codes, baudi yun, youtube)
https://github.com/bhnddowinf/vuejs2-learn
Last synced: 22 days ago
JSON representation
vuejs2 官网讲解 (vue.js 2 official website tutorials ,contains video , codes, baudi yun, youtube)
- Host: GitHub
- URL: https://github.com/bhnddowinf/vuejs2-learn
- Owner: bhnddowinf
- Created: 2016-07-28T13:51:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T09:59:48.000Z (over 8 years ago)
- Last Synced: 2025-04-03T13:18:21.888Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 357 KB
- Stars: 1,499
- Watchers: 98
- Forks: 275
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-vue - **讲解 Vue.js 2 官网 中文-含代码、百度云、youtube**
- awesome-vue-refactor - **讲解Vue.js 2 官网 中文-含代码、百度云、youtube **
- awesome-vue-zh - **讲解Vue.js 2 官网 中文-含代码、百度云、youtube**
- awesome-vue - **讲解Vue.js 2 官网 中文-含代码、百度云、youtube** ★1368
- awesome-vue - **讲解 Vue.js 2 官网 中文-含代码、百度云、youtube** - vuejs2 官网讲解 (vue.js 2 official website tutorials ,contains video , codes, baudi yun, youtube) ` 📝 4 years ago ` (Tutorials [🔝](#readme))
- fucking-awesome-vue - **讲解 Vue.js 2 官网 中文-含代码、百度云、youtube**
- awesome-vue - **讲解Vue.js 2 官网 中文-含代码、百度云、youtube**
README
# 教程主旨
vue.js 2 官网讲解(以下是自我要求,小凡,不要你花时间在 看视频以及打代码上,那有多浪费时间)
- 全程用 vue-cli 讲解
- 所有代码在 https://github.com/bhnddowinf/vuejs2-learn ,你 copy 改改,就好。
- 所有代码 demo 在 https://bhnddowinf.github.io/bhnddowinf/vuejs2demo/index.html
- 個人使用 yarn
- 所有章节视频会在 Youtube, bilibili.com 看到
- 百度云上传有所管制(锁1g,锁 mp4, mov,難以上傳)。
# 豪哥的QQ群
小弟在互联网有一个爱好前端的朋友,网名:豪情,不断贡献自已的知识分享最先进的前端资讯,带领着很多人学习前端。
小弟有幸能结交豪哥,以下是中国最专业的前端群, 仅供参考.
- Vuejs-2群 631586939
- JAVA技术交流群 145381037
- Python技术交流群 130705066
- Hybrid App交流群 498173484
- PHP技术交流群 82254462
- UI设计么么哒群 321173051
- Go语言技术交流群 336195657
- ASP.NET C#技术交流群 461614624
- 安卓IOS混合开发群 415074410
- JS前端开发跳板1群 492107297
#台湾小凡

1. 目前在台湾的中小企业
2. 担任资讯研发部副理
3. 手机:0922-731455
4. 信箱:bhnddowinf@yahoo.com.tw
## 台湾小凡的专长:
1. 云端伺服器建置
2. 网站开发
3. 企业资源规划系统
## License
[MIT](http://opensource.org/licenses/MIT)
## Donate
小弟想把 vue.js 教学的视频,做的更好
但现实上,这需要很多的时间以及家人的支持
[赞助一点给作者](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=77E3EEHBD3N5C)

# 系列教程
### 1. vue-cli
[台湾小凡教程文档 / vue-cli](https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-cli/vue-cli.md)
### 2. vue official website
[台湾小凡教程文档 / 讲解 form 篇](https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-official-website/vuejs2-form.md)
vue.js2 demo - Tree View
- [示例 / Tree View for vue.js2](https://bhnddowinf.github.io/bhnddowinf/vuejs2demo/treeview.html)
- [源代码 / app.js](https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/app.js)
- [源代码 / app.vue](https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/app.vue)
- [源代码 / index.html](https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/index.html)
- [源代码 / item-template.vue](https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/)
### 3. Vuex
[台湾小凡教程文档 / vuex ](https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vuex/vuex-learn.md)
### 4. Vue-Router
[ 台湾小凡教程文档 / vue-router ](https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-router/vue-router-learn.md)
### 5.vue-rx
- [rx.js 官网](https://github.com/Reactive-Extensions/RxJS)
- [rx.js 官网 / 示例](https://github.com/Reactive-Extensions/RxJS/tree/master/examples)
- [文章 / rx.js 设计指南](https://github.com/Reactive-Extensions/RxJS/tree/master/doc/designguidelines)
- [Github / vue-rx](https://github.com/vuejs/vue-rx)
### 6. vue.js 2 相关链结
- [台湾小凡 vue.js2 / demo](https://bhnddowinf.github.io/bhnddowinf/vuejs2demo/index.html)
- [vue.js2 官方网站](http://vuejs.org)
- [vue.js2 网站 / vue.sike.io](http://vue.sike.io)
- [vue.js2 网站 / vuefe.cn](http://vuefe.cn)
- [vue.js2 网站 / vuefe.cn / 贡献翻译群](http://vuefe.cn/about/)
- [文章 / 从 Vue1.x 迁移至 vue2](http://vuefe.cn/guide/migration.html)
- [文章 / 从Vue Router 0.7.x迁移至 vue2](http://vuefe.cn/guide/migration-vue-router.html)
- [Github / vue-cli / Simple CLI for scaffolding Vue.js projects](https://github.com/vuejs/vue-cli)
- [Github / awesome-vue 最完整 vue 資源合集](https://github.com/vuejs/awesome-vue)
- [Github / vuex](http://vuex.vuejs.org/en/index.html)
- [Github / mint-UI for vuejs2](http://mint-ui.github.io/docs/#!/zh-cn2)
### 7. 國外 ajax 主流插件 (vue-resource 作者不更新了)
- [Github / axios 尤大推荐](https://github.com/mzabriskie/axios)
- [Github / fetch ](https://github.com/github/fetch)
- [Github / xhr](https://github.com/naugtur/xhr)
- [Github / reqwest](https://github.com/ded/reqwest)