Slackbot
06/28/2022, 7:43 AMAleksei Tirman [JB]
06/28/2022, 10:50 AMsinglePageApplication
method just creates routes to serve a static content of your frontend application. Could you please tell me what problem do you experience?Raphael TEYSSANDIER
06/28/2022, 11:31 AMsinglePageApplication
singlePageApplication {
vue("vue-test")
defaultPage = "public/index.html"
}
But I have a blank pageAleksei Tirman [JB]
06/28/2022, 2:03 PMvue-test
directory and inside it the public
directory with the index.html
file. The vue-test
directory should be located in the current working directory that is your project root directory by default if you use IDEA.