play-vue-webpack icon indicating copy to clipboard operation
play-vue-webpack copied to clipboard

Play Framework (Scala) + Vue.js + Webpack boilerplate

Results 6 play-vue-webpack issues
Sort by recently updated
recently updated
newest added

This PR adds support for installing frontend dependencies directly in SBT under Windows OS (thus possibility to stage/deploy as well)

Sbt has dropped support for Process (which is used in ```project/WebpackServer.scala```) http://www.scala-sbt.org/1.x/docs/Process.html Could you please migrate it?

This PR uprages to the next major version of SBT

Reading Configuration by [parseFile](https://github.com/gbogard/play-vue-webpack/blob/9f80111c6cfca2afc8eed77753b3756d6bb8b26c/app/controllers/FrontController.scala#L12) seems to be wrong and it also throws exception when running Stage. I'd suggest to: 1) Insert ```include "frontend.conf"``` at the end of ```application.conf``` file 2)...

@gbogard Thanks for making this project. I was wondering if you have any suggestions on how to add a vue-router in order to make a single-page-app frontend. I already tried...