S
Solara5w ago
Jovan

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
conda install nodejs
conda install nodejs
Then i can also do
# npm instal <some-package>
npm install vue-flagpack # for example
# npm instal <some-package>
npm install vue-flagpack # for example
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
MaartenBreddels
https://github.com/widgetti/solara/pull/847 should answer most of your questions, if not, please comment on that PR
Jovan
JovanOP3w ago
Thank you, this is great! Nice work!

Did you find this page helpful?