K
K
kinton2018-01-31 20:11:50
JavaScript
kinton, 2018-01-31 20:11:50

SPA architecture using Java + Spring and Vue.js?

Hello!
The question is this: I assembled a team to implement the project, the backenders work with java + spring, and the frontender uses vue.
The problem is that neither they have done this before, nor I (I work with php and js, but now we are just trying to master new technologies).
Is it possible to implement a single-page application on such a bundle so that the pages are indexed?
How to implement the architecture? What other technologies to use?
Thank you for your attention!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
yurygolikov, 2018-01-31
@kinton

As an option.
You make two applications separately:
1) Vue + SSR (rendering on the server side)
2) Java REST API Call the API
from SPA.
In addition to better indexing by search engines:
+ Complete separation of the client and server logic, which makes the application cleaner and more transparent.
+ Having a full-fledged API - you can attach any other client applications to it (mobile, desktop, terminals, etc.)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question