We are now using the vue+webpack framework, and then there is a requirement that we need to dynamically load the component module returned by the server, this module includes js/json/vue/less and other format files, so I thought of using requirejs, to pull down all the components through the server interface, then define each component, and then require the component through requirejs"s data-main.
the problem now is that I don"t know how to introduce static js files such as requirejs in dev mode. What should be the relative path of its file
Thank you all!