You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Vue-Cli already installed, now I am trying to gradually get rid of node_modules with http-vue-loader (and maybe something else).
(Since the project I am working on is not available to use original way to build and deploy.)
Notice in the example of http-vue-loader, component itself needs to be wrapped in a parent div element as below:
And in Vue-Cli, index.html has div element without component inside:
<div id="app"></div>
What is the right code modification to make it work as expected? Thanks. (I'll keep exploring myself as well)
The text was updated successfully, but these errors were encountered: