You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer we would like to know how the Svelte code is generated to HTML, and if it will fit our documentation needs.
To Do
Show how the output of the Svelte code looks in HTML. Does the build process give us minified code? Is there a way to get non minified code from vite and Svelte?
Decide how we can use the output in our documentation framework. Are we going to generate all HTML and consume that? Is it going to be generated into markdown?
Document pros and cons of moving to Svelte so the team can have a way to evaluate it compared to alternative solutions.
Flush out the infrastructure and how a developer would add a component in core using Svelte.
Description
As a developer we would like to know how the Svelte code is generated to HTML, and if it will fit our documentation needs.
To Do
Resources
Svelte Documentation
Vite Documentation
The text was updated successfully, but these errors were encountered: