Answer the question
In order to leave comments, you need to log in
Is it possible to get the most out of vue.js without webpack?
Hello, I still can't handle this frontend (All these npm, require) Asked questions about how to use vue.js with django. There were two methods either to install webpack for django (Full merge) or for nginx to share their locations (one to link to index.html and the other to django api). But, in the second option, you will have to completely abandon the django goodies, in particular templates ((((( I would like to use all the features of vue.js partially, but at the same time to be able to load 3rd party packages (vue-router, vue-material, etc. ).It's also not convenient to manage everything in one file.I want to write my own *.vue modules (Templates) like all normal people.I don't want to completely abandon django, and in general, how are things with seo indexing at spa? Have search engines solved this problem? Perhaps this was also the reason not to go completely to the spa. Can anyone come across?
Answer the question
In order to leave comments, you need to log in
Regarding SEO, Vue can render on the server side https://ru.vuejs.org/v2/guide/ssr.html and everything will be indexed. I won’t tell you about the rest, I myself recently started working with him
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question