Analysis of a Vue Project Structure
Introduction When developing Vue projects, we typically use the vue init webpack my_project command to create a project. The generated project can be quite complex, with many files that can be difficult to grasp. To day, I've decided to thoroughly understand all the files generated by vue init webpa...
