MeteorJS: Change between many UI frameworks

2019-08-14 03:40发布

问题:

I want to let the user change theme in my app. Is possible in meteor to selectively select what package to load? or dynamically load js/css/less? Example if they opt to used bootstrap I can just load the js/css/less of bootstrap. If they opt to used materialize I can just load the sets of js/css/less of the framework.