Installing a widget from the Modyo catalog
Carlos Solis avatar
Written by Carlos Solis
Updated over a week ago

Click on Summary

Click on Summary

Open your Terminal, navigate to the directory you want to install the widget and type the following code:
modyo-cli get modyo-widgets-retail-summary

Open your Terminal, navigate to the directory you want to install the widget and type the following code: modyo-cli get modyo-widgets-retail-summary

Once the download is finished, using your Terminal, navigate to the directory and run a local server by using: npm run serve

The widget will run in a local server. You can access it by opening your browser and navigating to localhost:8080

You can additionally create a production build by typing: npm run build


Did this answer your question?