Vue plugins & packages with solara
I have a question, and I wonder if this is possible with the current setup.
I have a conda environment in which I develop a solara app.
In the said conda environment I can do
Then i can also do
Can I then use this package when making a vue template for solara? Is there a guideline of how to import it and use it (not talking about this specific package, but in general).
Many thanks!
3 Replies
https://github.com/widgetti/solara/pull/847 should answer most of your questions, if not, please comment on that PR
maartenbreddels
<:pull_open:882464248721182842> [widgetti/solara] docs: how to add new (frontend) components
No description provided.
Created
Thank you, this is great! Nice work!