1.5.2. Svelte Frontend Scaffolding
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3538841. --> Reported by: [d34dman](https://www.drupal.org/user/751698) >>> <ul> <li>Initialize a SvelteKit or Vite + Svelte application inside <code>modules/flowdrop_ui/js/</code>.</li> <li>Implement a basic Drupal library definition to load the compiled Svelte bundle on workflow admin pages.</li> <li>Create a proof-of-concept component: <ul> <li>Connects to the API endpoint to list workflows.</li> <li>Renders a static node canvas placeholder to confirm Svelte integration.</li> </ul> </li> <li>Ensure Svelte is integrated as a decoupled frontend but served via Drupal routes.</li> </ul>
issue