vue introduced ElementUI library

element domestic websites: https://element.eleme.cn/#/zh-CN

Introducing ElementUI command: npm install element-ui --save (with good speed cnpm)

Main.js introduced under the project src directory:

ElementUI from Import 'UI-Element' 
Import 'UI-Element / lib / Theme-default / index.css' // used globally 
Vue.use (ElementUI);


 

Guess you like

Origin www.cnblogs.com/Ananiah/p/11129704.html