[Vuejs]-Workflow of the VueJS project

0👍

Vue loader in the webpack config will change all of the components into Javascript. That JS is loaded when the index.html in the dist folder is opened in a browser. After the javascript is parsed, it’ll run and populate the DOM with HTML strings created by the webpack process

Leave a comment