DEV Community

Discussion on: Flask Vue.js Integration Tutorial

Collapse
 
hyungjunk profile image
hyungjunk

Great Tutorial. I also want to know about flask integrated with vue and webpack that provides live reloading feature when change made on template files.(js, html or vue)

Collapse
 
michaelbukachi profile image
Michael Bukachi

Thanks!
To use live reloading just run yarn serve or npm run serve. Every change will trigger a live reload. However, you will have to run yarn build or npm run build to integrate vue files with the flask ap[.