经查询、实践,目前效果较好的有两种方法:
- 下载GitHub代码,整体引入
进入Element UI的GitHub主页(https://github.com/ElementUI/lib),选择Download ZIP,下载解压缩后,得到一个文件夹,名为lib-master,按照Element UI官网介绍的引入方式,分别引入对应本地路径下的CSS、JS文件,即可;
参考贴:https://www.freesion.com/article/1022405363/ - 单独下载子文件
进入Element UI的unpkg文件夹,分别下载各子文件:
--Element JS:lib文件夹下的index.js
--Element CSS:lib/theme-chalk下的index.css
--图标文件:lib/theme-chalk/fonts下的element-icons.ttf+element-icons.woff
按照Element UI官网介绍的引入方式,分别引入对应本地路径下的CSS、JS文件,即可;
参考贴:https://blog.csdn.net/qq_34975710/article/details/112475885
提醒:Vue.js的引入顺序要先于Element.js文件。
相关数据:
Element UI官网:https://element.eleme.cn/#/zh-CN/component/installation
Element UI unpkg地址:https://unpkg.com/element-ui