Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.2k views
in Technique[技术] by (71.8m points)

vue优化 vue如何通过后台配置项动态通过cdn引入elementUI或者本地elementUI

首先获取后台的配置接口,然后通过配置参数决定使用cdn上的elementUI还是本地打包的ElementUI,请问各位大佬,应当如何实现,思路是什么


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

可以在public里面新建config.js,请求接口,动态生成script;
在index.js引入config.js


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...