Integrating JointJS with Vue.js
See original GitHub issueCreating a paper with parameter ‘drawGrid’ seems to be ignored in v3.
Tried both { drawGrid: 'mesh' }
and { drawGrid: { name: 'mesh' } }
without success.
This was working fine in v2.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Vue example app with TypeScript and SCSS - JointJS
The tutorial will go over the typical process of creating a Vue app, setting up the build process, and integrating JointJS+ components into...
Read more >How to integrate jointjs with Vue 2 and webpack
First you need to add the necessary components to the project, in particular the jointjs itself npm install jointjs --save (I work with...
Read more >[Solved]-How to integrate jointjs with Vue 2 and webpack-Vue.js
First you need to add the necessary components to the project, in particular the jointjs itself npm install jointjs --save (I work with...
Read more >JointJS Integrations - SourceForge
Explore reviews and pricing of software that integrates with JointJS. ... It is similar to JavaScript frameworks such as React and Vue, which...
Read more >Javascript - Vue.js Examples
08 January 2022. Invoice status button web component and example integration in javascript Frameworks ... Vue 3 + JointJs Boxarray Component · Javascript...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vtalas I managed to import a minimal JointJS to my Vue.js plugin by cherry picking in the sources, and without the need to fiddle with namespaces, in this way:
In this way I get a Vue.js+JointJS JS chunk with 552 KiB and a CSS chunk with 44.9 KiB:
Complementing my previous info, here is a graphical vizualization of the bundle given by Webpack Bundle Analyzer: