We just released a new version of Berry Vuetify Vue. This one is not about adding flashy features. It is more about fixing the base so everything feels easier to work with.
The main focus of this update of Berry Vue admin dashboard is moving to Vuetify 4 and Vue Router 5. Along with that, we made a few important changes in how things are structured.
If you are already using Berry, this will make your project easier to manage. If you are starting fresh, you are getting a much cleaner setup from day one.
Why we made these changes
Over time, things started to feel a bit heavy. Some parts needed extra effort to manage, especially routing and styling.
With the new Vue Router system and the latest Vuetify version, it made sense to clean things up instead of patching them again and again.
Now the structure feels lighter. It is easier to understand. And it fits better with how modern Vue projects are built.
What changed behind the scenes
We removed a lot of things that were not really needed anymore.
Styling is simpler now. Sass variables are cleaned up and extra custom CSS is gone. We are using Vuetify’s own system instead of maintaining separate theme files.
Routing is where you will notice the biggest difference. You do not need to define routes manually anymore. Just create a page and it works. Routes are picked up automatically from the folder.
We also updated how authentication works so it matches the new routing system.
What this means when you build
You spend less time setting things up.
No need to manage routes again and again. No confusion between pages and components. Everything is placed in a way that makes more sense.
It is also easier to scale. As your project grows, you are not dealing with messy files or repeated code.
And since everything is updated to the latest versions, you avoid a lot of small issues that usually slow things down.
Built for what comes next!!!
This update is really about making Berry feel smoother to work with that is less manual work, better structure and more space to focus on the actual product
If you are building with Vuetify, this version will save you time without you even noticing it.
For more details one can refer changelog.




Comments