UNPKG
jupyter-vue
Version:
latest (1.11.2)
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
1.11.2
1.11.1
1.11.0
1.10.2
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Jupyter widgets base for Vue libraries
github.com/mariobuikhuizen/ipyvue
mariobuikhuizen/ipyvue
jupyter-vue
/
src
/
VueWithCompiler.js
7 lines
(4 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ addCompiler }
from
'@mariobuikhuizen/vue-compiler-addon'
;
import
Vue
from
'vue'
;
addCompiler
(
Vue
);
export
default
Vue
;