首推ElementUI:
https://github.com/ElemeFE/element
1、支持 vue,angluar,react
2、組件封裝都十分簡單,很容易修改,上手和學習都特別方便。沒有任何障礙。
安裝:npm i element-ui -S
配置:main.js中添加
import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; Vue.use(ElementUI);
OK!即可使用。去官網找樣式,復制代碼吧
其余幾個基於VUE的UI庫:
- Iview :http://iview.talkingdata.com/#/
- vuetify
- quasar
- antd-vue