
33,476
A Vue.js 2.0 UI Toolkit for Web
Install
Quick Start
Import Element
You can import Element entirely, or just import what you need. Let's start with fully import.
Fully import
In main.js:
On demand
With the help of babel-plugin-component, we can import components we actually need, making the project smaller than otherwise.
First, install babel-plugin-component:
Then edit .babelrc:
Next, if you need Button and Select, edit main.js: