npm install iview --save
打开main.js文件 添加以下代码
import iView from 'iview'; import 'iview/dist/styles/iview.css'; Vue.use(iView);