Building your first addon
Last updated
Was this helpful?
Last updated
Was this helpful?
To help you get started with building an addon using Angular we've created a sample project which you can clone down from GitHub. This project has all the lifecycle hooks set up and includes the Squirrel Helper Library for you.
Once cloned cd into the project folder, and then you will need to install all the dependencies and run the project to be able to see it in Squirrel.
This will run the addon on http://localhost:4401/
Open Squirrel and add the "Add-on Developer Program" component to the canvas
Once added, enter the addon URL (http://localhost:4401/) in the properties panel and click the "Get json files" button .
ensure you add a slash at the end of the URL
This will load up the properties panel, and show the addon web application