P
P
prochanev2019-10-07 22:07:33
Flask
prochanev, 2019-10-07 22:07:33

Vue.js + flask how to organize?

Hello!
How is it customary to launch projects in a bunch of Vue + flask?
Now I'm rendering the page through flask along with js code, where vue is connected via the script tag and I understand that this is not the case.
From the tutorials it seems that you need a front server and a back server with a flask?
Then the question arises how to run it all, also separately? Or will some webpack handle this conditionally with one command?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
coderisimo, 2019-10-08
@prochanev

It didn't work with flask (but with Larvel or Django for the backend, in fact, everything is the same). Now such things are done as two applications. Here's what I think is a good example.
translation of a useful article
Here they don’t lump everything together, but use the back and front separately. What, just kosher))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question