Windfury Template jQuery Plugin
Windfury is a simple web framework, which main focus is divide the frontend code in components. Working with components helps isolate the responsability of the pages, helping in code maintenance.
This is a simple example of a single page html is not needed to the Windfury works, but it's to exemplify the full workflow
This main javascript is a example of windfury call using hashchange trigger, where we consider that all pages of this website will be available at /page and all will have a exported function called "open"
The main page we've created is called Main.html and this page uses two of our components available in /comp, you can see the components here
Need help? Don't be afraid in contacting us, just checkout the developers emails on our github page. If you found some issues feel free to contact us or open the issue , it will be a great help.