Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

How to create a Plugin (frontend)

David García edited this page Apr 17, 2020 · 1 revision

The frontend is the visible part of your plugin. It is made in VueJS.

If you wrote a backend plugin and don't know how to write a frontend in Vue, do not hesitate to ask us. We can work it out for you.

There is no Vue template for plugins. But if you understand Vue just look into the thethe_frontend template folder to have a overview on how we write the visible parts.

Clone this wiki locally