Recently, I got my hands on the vue-webpack-boilerplate from GitHub, and so far, it seems pretty impressive! This is my first time working with webpack and ESlint, so I'm eager to learn more.
However, I have a question about integrating an express backend into this project. Not every route will be a Vue component; sometimes, it might involve API requests or database operations. How can I add an express backend, and how do I choose which Vue components to load?
Am I approaching this the right way, or have I misunderstood the purpose of this setup?
Any insights would be greatly appreciated!
Edit: I checked out , but it didn't really clarify things for me.