How to update this template?
We are making template update as easy as possible from our side. We create our folder structure which makes updating process easier than ever. ๐
tip
Mostly replacing the src/@core
, src/@layouts
and src/@menu
folders in your project is enough. Still, verifying if something outside of these folders is changed or not is always helpful and keeps you error free. ๐
Let's check how you can view each and every change in our template's latest release with ease.
Prerequisitesโ
- VS Code
- VS Code Extension: Compare Folders
- Package you started your project with (older package of the template you are using)
- Latest package of the template
Stepsโ
- Unzip both the packages
- Replace the
src/@core
,src/@layouts
andsrc/@menu
folders in your project with the latest package'ssrc/@core
,src/@layouts
andsrc/@menu
folders - Use the Compare Folders extension and compare both packages for changes to adopt them in your project