vue2安装 Element
vue2
vue create vue2
Element - The world's most popular Vue UI framework
全局引入
npm i element-ui -S
vue3安装 Element Plus
vue3
npm init vue@latest
npm install element-plus --save
vue3卸载饿了么全局引入
npm uninstall element-plus
npm install element-plus --save
npm install -D unplugin-vue-components unplugin-auto-import