- You can do
npm run app && npm run server
to run both the webserver and dev server. - Another option would be to download Windows terminal and run
npm run dev
- To get a distribution build, run
npm run build
- This webapp uses Vue router in history mode so every single routes in production build must go through index.html
- You can use this npm package to achieve that.