extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

Vue widget

Open oscar6echo opened this issue 2 years ago • 4 comments

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:

  • 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 ?

oscar6echo avatar Jul 10 '22 22:07 oscar6echo

@jtpio this is the issue I mentionned.

Just created a PR (not working) to show the current state of my failed attempt: PR 233

oscar6echo avatar May 14 '23 08:05 oscar6echo

Thanks @oscar6echo :+1:

jtpio avatar May 15 '23 07:05 jtpio

judt jumping here: is this corresponding to your needs ?

https://github.com/widgetti/ipyvue

12rambau avatar Aug 20 '23 19:08 12rambau

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.

No python involved.

oscar6echo avatar Aug 20 '23 19:08 oscar6echo