Add New Package
How to add new node_module(Package) in Minia? Confused ?
Don't worry just follow the instructions and add new package simply.
Example:
If you want to add simplebar package. just install that package using below command.
npm i simplebar
After installing the package you have to register that package in package-copy-config.json file. after the registration just rebuild your assets using below command.
npm run build
Now you can use the simplebar package from public/assets/libs/.