Third Party Plugins
How to Add a New Third-Party Plugin?
We have added all layouts files in the public/assets/js
folder.
- You can add plugin's css or js path from
public/assets/libs/package-name/package-name.min.css
- You can add the custom scss for particular plugins then add it in the
public/assets/scss/plugins
folder.
How to Remove a Third-Party Plugin?
You have to simply remove the package from the package.json file and remove all the css or js files links from the HTML pages where you have used.