As the title states, there is already a laravel back-end project, which mainly develops the back-end management system and provides API.
Now we want to add a front-end project built with vue to this project. How to introduce vue without affecting the original laravel project? (You need to use webpack to package the vue project). In which folder of the laravel framework is it better to put the vue project?
Create a separate folder and import the built files into the original page.