Y
Y
yativ_sobb2017-06-01 13:16:27
Node.js
yativ_sobb, 2017-06-01 13:16:27

What is the difference between express.js router and veu,js router?

I am learning vue.js and express.js. vue.js took as frontend and express.js. There was a question that both have a router, and I can’t understand which one to use or uses them under different circumstances. I'm trying to write a blog, I took mysql as a base.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Aksentiev, 2017-06-01
@Sanasol

vue -
express frontend - backend are
two different things, with two different routers.
They have nothing to do with each other, just two different things.
learn the materiel what is front and back.

N
Negwereth, 2017-06-01
@Negwereth

express is a server-side solution that processes requests to the server along certain paths accordingly.
vue - handles routes on the client, allowing navigation without reloading the page.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question