All Projects → alexcode → Vue2vis

alexcode / Vue2vis

Licence: mit
A Vuejs 2 adapter for Visjs

Projects that are alternatives of or similar to Vue2vis

Laravel Vue Spa
SPA Boilerplate made with Laravel 5.6, Vue 2, Bootstrap 4, Vue-router 3, Vuex 3, Axios
Stars: ✭ 172 (-14.43%)
Mutual labels:  vuejs2
Weex Vue Starter Kit
weex starter kit in vue to use weexpack & weex both.(support hot-reload)
Stars: ✭ 182 (-9.45%)
Mutual labels:  vuejs2
Protovue
A prototyping component library
Stars: ✭ 195 (-2.99%)
Mutual labels:  vuejs2
Vue2 Demo
Vue 基于 Genesis + TS + Vuex 实现的 SSR demo
Stars: ✭ 2,072 (+930.85%)
Mutual labels:  vuejs2
Vuepoint
A vuejs based dashboard framework
Stars: ✭ 178 (-11.44%)
Mutual labels:  vuejs2
Awesome Vue Storefront
🎉 A curated list of awesome things related to Vue Storefront
Stars: ✭ 186 (-7.46%)
Mutual labels:  vuejs2
Vue Orgchart
🌿 Vue.js wrapper for OrgChart.js
Stars: ✭ 167 (-16.92%)
Mutual labels:  vuejs2
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (-1%)
Mutual labels:  vuejs2
Vue Morphling
Vue filters and directives collection.
Stars: ✭ 179 (-10.95%)
Mutual labels:  vuejs2
Json Schema Editor
JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase.
Stars: ✭ 194 (-3.48%)
Mutual labels:  vuejs2
Vue Dragscroll
A vue directive to make a scrollable element scroll by draging to the scroll direction
Stars: ✭ 175 (-12.94%)
Mutual labels:  vuejs2
Vue Draggable Resizable
Vue2 Component for draggable and resizable elements.
Stars: ✭ 2,431 (+1109.45%)
Mutual labels:  vuejs2
Vue Bootstrap4 Table
Advanced table based on Vue 2 and Bootstrap 4 ⚡️
Stars: ✭ 187 (-6.97%)
Mutual labels:  vuejs2
Vue Atlas
A Vue.js 2 UI component library.
Stars: ✭ 173 (-13.93%)
Mutual labels:  vuejs2
Lvyou
🎒Vue.js 初步进阶案例,路由懒加载,进入页面前登录判断,返回导航判断,RestAPI接口使用,组件封装,Vuex状态封装,keep-alive页面缓存等功能
Stars: ✭ 195 (-2.99%)
Mutual labels:  vuejs2
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+891.54%)
Mutual labels:  vuejs2
Vue Trello
Trello clone with Vue.js for educational purposes
Stars: ✭ 185 (-7.96%)
Mutual labels:  vuejs2
Vue Blocks
Vue2 dataflow graph editor
Stars: ✭ 201 (+0%)
Mutual labels:  vuejs2
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (-2.99%)
Mutual labels:  vuejs2
Vue Auth
A simple light-weight authentication library for Vue.js
Stars: ✭ 2,272 (+1030.35%)
Mutual labels:  vuejs2

vue2vis

This monorepo hosts Vue2 component wrapper for the visjs libraries. If you are looking for the old [email protected] please use the branch 0.x

Build Status Coverage Status Software License Latest Version Issues lerna

Usage

Please visit individual packages for installation and usage

For more details please check the full VisJs documentation.

List of currently implemented modules

  • [x] Timeline
  • [x] Graph2d
  • [ ] Graph3d
  • [x] Network

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Build Setup

# Once you have cloned this repo, install dependencies
yarn install
yarn lerna bootstrap

# build for development and production with minification
yarn prepare

Testing

yarn test:unit

Run demo locally

# Run demo at localhost:8080
yarn serve:graph2d

or

yarn serve:network

or

yarn serve:timeline

Go to http://localhost:8080/ to see running examples

NOTE: If you make changes to the library you should run yarn prepare again in the root folder. The dev server should detect modification and reload the demo

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

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].