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
It is 3 years old. Has much changed ? Do they have the good approach ? or do recommend otherwise ?
In particular, I see they use a webpack config. But how does it compare with that used by jlpm build ? I cannot see it in the react-widget repo, so cannot compare and fear overriding it blindly is not satisfactory.
Nowadays, building vuejs apps is done with vite, not webpack. Could I build the vue component with vite and use the standard jlpm build after ? Or is it a bad idea ?
Any other thought on the subject ?
The text was updated successfully, but these errors were encountered:
Well this is an ipywidget, with js based on vue, while here the objective is to build a jupyterlab extension 'vue-widget' similar to the example react-widget.
I am trying to create a "vue-widget" similar to the existing "react-widget".
The only reference I found is this repo: studyhub-co/jupyterlab_vue
Which is commented on this discourse.jupyter.org thread.
Questions:
jlpm build
? I cannot see it in thereact-widget
repo, so cannot compare and fear overriding it blindly is not satisfactory.webpack
. Could I build thevue
component withvite
and use the standardjlpm build
after ? Or is it a bad idea ?The text was updated successfully, but these errors were encountered: