一、安装element plus:$ yarn add element-plus --dev
二、导入、引用:
根目录下的indes.html文件
main.js文件
package.js 文件
三、首次运行时:$ yarn install
四、启动项目:$ yarn dev