TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.36k stars 571 forks source link

Vue 3 migration #1511

Open vabene1111 opened 2 years ago

vabene1111 commented 2 years ago

migrate to vue 3 and review development process, build tools and settings while doing this

hendrikbl commented 2 years ago

Are there reasons for not separating the frontend completely from the Django application? This would make frontend development a lot more straightforward I think.

vabene1111 commented 2 years ago

we are currently benefitting from a lot of django functionality even on the frontend that would need to be implemented in vue but you are certainly right, there will be the point where the front and backend will probably be seperated completly. This will likely be a few more updates i think as we first need to tackle some other topics which still benefit from django.

hendrikbl commented 2 years ago

Ok, that's what I thought. Some things are definitely very convenient when using Django and would possibly be harder to initially set up in a separate Vue project.