Vue apps depends on webpack as well.
But the vue-cli makes the whole set up a breeze. Especially v3 (currently in beta)
If the website you're building is simple you could even have vanilla html pages then attach vue to the divs that need that extra interactivity, then you won't any fancy loaders.
If the website you're building is simple you could even have vanilla html pages then attach vue to the divs that need that extra interactivity, then you won't any fancy loaders.