after inspection, it is found that this 2.js contains several routes and the vue components under each route. How can I split them?
after inspection, it is found that this 2.js contains several routes and the vue components under each route. How can I split them?
large modules load asynchronously
1, load lazily
2, use webpack externals to type it out
3, if it is in the page, spin off the business as much as possible
hasn t mint-ui been globally introduced in main.js and installed with Vue.use (meaning that toast is not also installed? ), but why do you use toast to report to undefined, directly? Is there a scope problem? main.js import Vue from vue import ...
recently a vue project developed with a proxy set in proxyTable . It is quite normal to use it in the early stage, but I don t know why there is an occasional connection timeout (the frequency is about 1max 20, which is estimated to be the efficiency ...
I opened index.html to look at the path to the referenced resource and compared it. There is no problem. What on earth is the reason for this? I hope there is a great god who can help to answer . ...
because the .eslintrc configuration is placed in package.json, vscode cannot read the eslint configuration, so the code cannot be formatted. how can I configure it? ...
encountered a problem while making Vue-cli3.0 multi-page configuration. if I add the chunks parameter to the pages object in vue.confog.js , the js file will not be automatically introduced into the packaged entry index.html, resulting in no js ...