Requirements:
1. Install the dependency
npm i @alemdev/marca-components
2. Add to your configuration
import components from '@alemdev/marca-components' export default { // ...rest of the options plugins: [components], }