# vuejs-learning **Repository Path**: zhyihui/vuejs-learning ## Basic Information - **Project Name**: vuejs-learning - **Description**: Vue.js学习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://vuejs.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Vuejs学习 ### Github文件浏览器 一个vuejs学习示例,获取Github仓库文件并显示在页面上,代码在 [07.github-file-explorer](/07.github-file-explorer) 目录,例子参考自[使用Vue.js从零构建GitHub项目浏览器](http://xlbd.me/vue-demo-github-file-explorer/),在参考基础上作了较大修改。 #### 涉及资源 - [axios](https://github.com/mzabriskie/axios) - [element-ui](http://element.eleme.io) #### [示例截图](/07.github-file-explorer) ## Vue 相关资源 ### [awesome-vue](https://github.com/vuejs/awesome-vue) 一个收集很多优秀Vuejs相关资源的Github仓库。 > A curated list of awesome things related to Vue.js ### [ElementUI](http://element.eleme.io/) > A Vue.js 2.0 UI Toolkit for Web. Element,一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的组件库,提供了配套设计资源,帮助你的网站快速成型。 Github:[ElementUI](https://github.com/ElemeFE/element) ### [Mint-UI](http://mint-ui.github.io) > Mobile UI elements for Vue 2.0 基于 Vue.js 的移动端组件库,与ElementUI一样由 ***[饿了么前端](https://github.com/ElemeFE)*** 团队打造。 Github:[Mint-UI](https://github.com/ElemeFE/mint-ui) ### [vux](https://vux.li) > Mobile web UI Components based on Vue and WeUI. Be Cool with Vue & WeUI. 基于微信 [WeUI](https://github.com/weui/weui) 及 Vue.js 开发的移动UI组件库,已支持 Vue2.x。 Github:[vux](https://github.com/airyland/vux) > WeUI 是一套同微信原生视觉体验一致的基础样式库,由微信官方设计团队为微信内网页和微信小程序量身设计,令用户的使用感知更加统一。 ## Vue HTTP [vue-resource](https://github.com/vuejs/vue-resource)不再是Vue官方推荐的Ajax库(貌似好久没更新了),官方现在推荐使用 [axios](https://github.com/mzabriskie/axios) 库。 Vue 作者原话 > 最近团队讨论了一下,Ajax 本身跟 Vue 并没有什么需要特别整合的地方,使用 fetch polyfill 或是 axios、superagent 等等都可以起到同等的效果,vue-resource 提供的价值和其维护成本相比并不划算,所以决定在不久以后取消对 vue-resource 的官方推荐。已有的用户可以继续使用,但以后不再把 vue-resource 作为官方的 ajax 方案。 这里可以去掉 vue-resource,文档也不必翻译了。 > Promise based HTTP client for the browser and node.js ## 一个示例 [Vue + Webapck示例](/04.vue-webpack-demo/README.md)