Team-Sun / CS4800-Project

This is our CS4800 Software Engineering project
0 stars 0 forks source link

Check out how router works with backend #18

Closed Andr3wD closed 3 years ago

Andr3wD commented 3 years ago

Spring probably needs to hand out the html and whatnot and vue compiles into html/js, so backend probably has to serve up the html, not the router.

Andr3wD commented 3 years ago

Vue will compile into 1 index.html, linking its own pages together with the router. Backend only has to serve up the initial index.html.