November 2019
Beginner
804 pages
20h 1m
English
We are now going to add the Element component library to the project.
As usual, the installation starts with npm:
npm install element-ui
Once installed, we need to load Element and associate it with Vue. There are two approaches:
Open the src/main.ts file:
Read now
Unlock full access