giantpoplar / vue-gantt

Gantt chart component for VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-gantt

Gantt chart component for Vue.js

I'm author of angular-gantt, a Gantt chart component for AngularJS, and this is currently a Work in Progress to port this component to Vue.js.

It's the first time I use Vue, so this repository is also a playground to evaluate this library.

Demo

Demo is available for current development branch on rawgit.

## Why not porting angular-gantt to Angular ?

It seems to make more sense today to build a component on a view only library instead of a full pledged framework. Vue.js is one of the smallest library, so I hope there will soon be some viable solution to import a Vue.js component as an Angular module.

Run from sources

  • Install dependencies with yarn.
yarn install
  • Run the development server.
yarn run serve

About

Gantt chart component for VueJS

License:MIT License


Languages

Language:JavaScript 99.6%Language:TypeScript 0.3%Language:CSS 0.0%Language:HTML 0.0%