[转]Vue生态系统中的库

Vue UI组件库

Vuex

vux github ui demo:https://github.com/airyland/vux

Mint UI

项目主页:http://mint-ui.github.io/#!/zh-cn
demo:http://elemefe.github.io/mint-ui/#/
github地址:https://github.com/ElemeFE/mint-ui
中文文档地址:http://mint-ui.github.io/docs/#!/zh-cn

iview

iView 配套的工作流:https://github.com/icarusion/vue-vueRouter-webpack
github地址:https://github.com/iview/iview
官网:https://www.iviewui.com/

vue-mui

官网:http://mui.yaobieting.com/
github地址:https://github.com/creatshare/vue-mui

radon-ui

中文文档:https://luojilab.github.io/radon-ui/#!/
github:https://github.com/luojilab/radon-ui

antd vue

中文文档:http://okoala.github.io/vue-antd/#!/components
github:https://github.com/okoala/vue-antd

weex

社区:http://www.weex.help/
官网:http://weex-project.io/cn/
github:https://github.com/alibaba/weex
中文文档:http://www.weex.help/topic/57792770eb60516a48db5485

element(饿了么后台)

Element 是由饿了么UED设计、饿了么大前端开发的一套基于 Vue 2.0 的桌面端组件库。

官网:http://element.eleme.io/#/zh-CN
饿了么github:http://github.com/elemefe

N3

官网:https://n3-components.github.io/N3-components/
中文文档:https://n3-components.github.io/N3-components/component.html
英文文档:https://github.com/N3-components/N3-components

vuikit

github:https://github.com/vuikit/vuikit
英文文档:https://vuikit.js.org/#/



文/pauljun(简书作者)
原文链接:http://www.jianshu.com/p/2e53c4454d8b
著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”。

github上的Vue相关库

最近做了一个Vue开源项目库汇总,里面集合了OpenDigg 上的优质的Vue开源项目库,方便移动开发人员便捷的找到自己需要的项目工具等,感兴趣的可以到GitHub上给个star。

http://www.cnblogs.com/opendigg/p/6513510.html

UI组件

开发框架

实用库

服务端

  • nuxt.js ★2743 - 用于服务器渲染Vue app的最小化框架
  • express-vue ★137 - 简单的使用服务器端渲染vue.js
  • vue-ssr ★67 - 非常简单的VueJS服务器端渲染模板
  • vue-ssr ★56 - 结合Express使用Vue2服务端渲染
  • vue-easy-renderer ★22 - Nodejs服务端渲染

辅助工具

应用实例

Demo示例

原文地址:https://www.cnblogs.com/weiyinfu/p/7766059.html