All Projects → rcarcasses → Vue Cytoscape

rcarcasses / Vue Cytoscape

Licence: mit
cytoscape.js now inside vue.js

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Vue Cytoscape

Basic Vue Chat
Easy to use Vue chat.
Stars: ✭ 64 (-17.95%)
Mutual labels:  vuejs2
Vue Builder Webpack Plugin
Webpack plugin to build vue files automatically
Stars: ✭ 70 (-10.26%)
Mutual labels:  vuejs2
Vue Flask
Quick web Dasboard / REST API with Prometheus exporter
Stars: ✭ 73 (-6.41%)
Mutual labels:  vuejs2
Vue Cnode
基于vue2 + vue-router + vuet + ES6 + less + flex.css重写vue版cnode社区,使用webpack2打包
Stars: ✭ 1,134 (+1353.85%)
Mutual labels:  vuejs2
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (-15.38%)
Mutual labels:  vuejs2
Docker Nuxt
Docker image to run NUXT.js application in production mode
Stars: ✭ 71 (-8.97%)
Mutual labels:  vuejs2
Simple Todo Tutorial
Simple todo app built with Vue 2.0 and Vuex 2.0
Stars: ✭ 62 (-20.51%)
Mutual labels:  vuejs2
Vue Scroll Progress Bar
Vue.js plugin for page scroll progress bar
Stars: ✭ 76 (-2.56%)
Mutual labels:  vuejs2
Electron Vue Webpack
A minimal Electron + Vue 2 + Webpack 2 setup for quick development.
Stars: ✭ 70 (-10.26%)
Mutual labels:  vuejs2
Vue Numeral Filter
Vue.js filter for Numeral.js 🔢 🔣
Stars: ✭ 73 (-6.41%)
Mutual labels:  vuejs2
Laravel Vue Tasks
📝 Task app built with Laravel 5.5 and Vue 2
Stars: ✭ 66 (-15.38%)
Mutual labels:  vuejs2
Vee Validate
✅ Form Validation for Vue.js
Stars: ✭ 8,820 (+11207.69%)
Mutual labels:  vuejs2
Vue Dataflow Editor
Vue 2 dataflow graph editor
Stars: ✭ 73 (-6.41%)
Mutual labels:  vuejs2
Vueye Table
A data table created using Vue.js
Stars: ✭ 64 (-17.95%)
Mutual labels:  vuejs2
Developmint.de
Open source company page built with Nuxt.js and TailwindCSS
Stars: ✭ 74 (-5.13%)
Mutual labels:  vuejs2
Vue Smooth Dnd
Vue wrapper components for smooth-dnd
Stars: ✭ 1,121 (+1337.18%)
Mutual labels:  vuejs2
Http Vue Loader
load .vue files from your html/js
Stars: ✭ 1,172 (+1402.56%)
Mutual labels:  vuejs2
Vue2 Multi Uploader
Drag and drop multiple file uploader with Vue.js v2 and Axios
Stars: ✭ 77 (-1.28%)
Mutual labels:  vuejs2
Vue Standalone Component
Vuejs template to build components with livecoding, tests, documentation and demos
Stars: ✭ 75 (-3.85%)
Mutual labels:  vuejs2
Aspnetcore Vue Starter
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
Stars: ✭ 1,182 (+1415.38%)
Mutual labels:  vuejs2

NPM npm Patreon Donate

vue-cytoscape

Cytoscape, now in vue

For more details please visit our site:

https://rcarcasses.github.com/vue-cytoscape

Migration guide

To upgrade from v0.2.x to v1.0.x:

  • this.$cytoscape.instance no longer exist in v1, if you want to access cytoscape instance use the afterCreated lifecycle hook.
  • Creating elements by passing config.elements configuration is discouraged, use the CyElements api instead.

Changelog

v1.0.7

  • reactivity added for element data & positions

v1.0.0

  • Typescript support.
  • Multiple cytoscape instances support.
  • v-on: directive events api introduced.
  • Documentation with vuepress.
  • DOM reflection removed.

v0.2

  • cytoscape events can now be listened in through the component.
  • Graph elements can be added as children of the cytoscape component.
  • Adding/removing elements directly using cytoscape instance is reflected in the Cytoscape component: CyElements components are added/removed accordingly.

v0.1

  • Support for cytoscape interaction via global instance.
  • preConfig and afterCreated lifecycle hooks provided, support for cytoscape plugins.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].