Mod Creation/Essentials: Difference between revisions

Line 368: Line 368:


== Creating Reusable HTML Components ==
== Creating Reusable HTML Components ==
''This topic is covered in greater detail in [[Mod Creation/Reusable Components with PetiteVue]].''


Melvor Idle ships with [https://github.com/vuejs/petite-vue petite-vue] for mods to use to create reusable HTML components. You can use documentation from the [https://github.com/vuejs/petite-vue official GitHub page] to assist in using the <code>petite-vue</code> library. However, there are some helper functions for making it easier for mods to interact with.
Melvor Idle ships with [https://github.com/vuejs/petite-vue petite-vue] for mods to use to create reusable HTML components. You can use documentation from the [https://github.com/vuejs/petite-vue official GitHub page] to assist in using the <code>petite-vue</code> library. However, there are some helper functions for making it easier for mods to interact with.
89

edits