Questions tagged [maven-frontend-plugin]
17 questions
-1
votes
1 answer
Running Vue with Spring Boot
Is it possible to run Vue on the Spring Boot app using maven-frontend-plugin?
There is an official guide on spring.io about doing this with React - you have to use the plugin's webpack goal to generate bundle.js and then just include it in your page…

Pavel Polyakoff
- 191
- 1
- 13
-1
votes
1 answer
test:mocha try to run cygwin command on linux
I have a maven project using maven-frontend-plugin to install all node (npm packages) and run all npm tests. Under linux fail due cygwin command.
Inside pom the maven-frontend-plugin configuration is defined and during the build an error arise after…

Caperutxa
- 51
- 7