fastapi / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
27.8k stars 4.96k forks source link

Upgrade vuetify from 1.* to 2.* ? #426

Open hfoffani opened 3 years ago

hfoffani commented 3 years ago

I would like to upgrade the vuetify components from 1. to 2. Has anyone done it? I am getting conflicts between npm packages (webpack, sass-loader, etc.)

AEAMcNett commented 3 years ago

This is documented fairly thoroughly on the Vuetifyjs site: https://vuetifyjs.com/en/getting-started/upgrade-guide/

This linter, noted in the upgrade guide above, is helpful: https://github.com/vuetifyjs/eslint-plugin-vuetify

hfoffani commented 3 years ago

Yes, I've followed the guide, thanks. However I couldn't find the packages conflict yet. Probably due to lack of enough knowledge here. I asked in the chance that someone had already made the port of this project and published the diff or fork. Thanks anyway!