Skip to main content

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โ€‹

  1. Unzip both the packages
  2. Replace the src/@core, src/@layouts and src/@menu folders in your project with the latest package's src/@core, src/@layouts and src/@menu folders
  3. Use the Compare Folders extension and compare both packages for changes to adopt them in your project