-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Documentation on integration with backend frameworks #1563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! My team and I successfully integrated Vue (using vue-cli 3) with Django. Where would the brief guide live? We'd happily contribute. By the way, we discovered that "integration" is a range: From backend serving static pages and adding a standalone Vue version vs. SPA applications where the backend acts as REST API. Should all the guides strive for the same level of integration? Any thoughts on that? |
@afontcu Is there a public repo with a Django/vue-cli integration? I am almost there but struggling to serve static files. Thx. |
Im on the way to intagrate vue-cli created project to php yii2 framework. First stage is develop using vue-cli-cervice serve. Second is build and put result of it to two different places, assets to public folder and I opened an issue earlier |
Hi @kgeographer! Hmm kind of, this is the repo we use but it's not fully documented. We use webpack-bundle-tracker to generate the tracking files that then Django loads using django-webpack-loader. This way, Vue gets compiled into Django's If you have further questions feel free to reach me here or on Twitter so I can help you :) |
Hi everyone, I'm the creator of https://github.com/jhipster/generator-jhipster We already integrate Angular and React with Spring Boot and as you can see on jhipster/jhipster-vuejs#1 we are starting to integrate VueJS. We would love to work with the VueJS project to do a proper integration with Spring Boot. If that's fine with you, could you join our thread at jhipster/jhipster-vuejs#1 and we'll try to organize our common work? By the way we will give some bug bounties for this. |
Hi, https://alexiej.github.io/django-vue-graphql/ This is very detailed instruction, and it is also possible to create vue-router for non-SPA pages. Best regards, |
@yyx990803 along the lines of @afontcu , where would we expect this potential section to live in the docs? Could we perhaps create a PR stubbing out some potential use cases related to integrating with backend frameworks? |
We should have a section in the docs that walks through integration of Vue CLI 3 with popular backend frameworks. If anyone has managed to use Vue CLI with your backend framework with choice, you are welcome to contribute a brief guide!
The text was updated successfully, but these errors were encountered: