NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 安装`Element Plus` ```shell $ yarn add element-plus ``` ## 在`/src/main.js`中完全引入,并国际化 ```javascript ... import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' import zhCn from 'element-plus/es/locale/lang/zh-cn' ... app.use(router).use(store).use(ElementPlus, {locale: zhCn}) ... ``` ## 安装Element Plus图标 ```shell $ yarn add @element-plus/icons ```