Changes in directory and file organization
The organization for the directory structure in Vue 2 was influenced to some degree by the bundler at the time, WebPack, and the Vue CLI. Now that Vue 3 has moved to Vite, files have been organized to better reflect the development workflow. Such is the case of index.html
, which has moved to the root folder out of the Public/
folder. It now has a more prominent place in the bundling process. This and other changes appear in Chapter 3, Setting Up a Working Project.