Re: How to use .vue files in Django project

2021-02-26 Thread RANGA BHARATH JINKA
Hi, Please follow this guide. This may be useful for you to integrate Vue js in Django. https://dafoster.net/articles/2021/02/16/building-web-apps-with-vue-and-django-the-ultimate-guide/?utm_campaign=Django%2BNewsletter&utm_medium=email&utm_source=Django_Newsletter_64 All the best On Fri

Re: How to use .vue files in Django project

2021-02-26 Thread Luciano Martins
Good morning, in our project we created a folder called FRONTEND and inside it we put all Quasar / VueJs code and used the DRF (Django Rest Framework) to consume Django data. Em quinta-feira, 25 de fevereiro de 2021 às 19:35:42 UTC-3, Ryan Nowakowski escreveu: > On Thu, Feb 25, 2021 at 04:24:2

Re: How to use .vue files in Django project

2021-02-25 Thread Ryan Nowakowski
On Thu, Feb 25, 2021 at 04:24:25PM +0530, Salima Begum wrote: > I have developed a project by using django and for front end functionality > I am using vuejs so, how to use .vue files in django project in my project > .vue files are not accepting. Can you provide more details like the error messag