vue笔记 - xiaojiandong/blogAndResourceCollect GitHub Wiki

vue2.0官网 ###重申MVVM观念

  MVVM是Model-View-ViewModel的简写
  View借由ViewModel操作Model
  Model借由ViewModel送出至View
  ViewModel起的作用:数据绑定+DOM监听

image

dxj-vue-note笔记

vue常用组件,样式库合集:
https://shimo.im/doc/LkpdnWxM1j40BDJj/
pc样式库推荐 :
###element(推荐使用):
demo:http://element.eleme.io/#/zh-CN/component/layout
doc:http://element.eleme.io/#/zh-CN
github:https://github.com/ElemeFE/element
iview:
demo:https://www.iviewui.com/overview
doc:https://www.iviewui.com/
github:https://github.com/iview/iview

移动端样式库:
###vux(推荐使用):
demo:https://vux.li/demos/v2/#/
doc:https://vux.li/#/
github:https://github.com/airyland/vux
###mint-ui:
demo:http://elemefe.github.io/mint-ui/#/
doc:http://mint-ui.github.io/#!/zh-cn
github:https://github.com/ElemeFE/mint-ui