0👍
For this I suggest you use this repository: https://github.com/MarkPieszak/aspnetcore-Vue-starter
It implements a webpack middleware with hot reload. When build your net core api it runs a “pipeline” that install dependencies, build your client and copy the static files onto your wwwroot ready to work across your api.
- [Vuejs]-Why is my Vuex state not changing after nuxtServerInit commit?
- [Vuejs]-Scrollmagic plugin using Vue
Source:stackexchange.com