/vue-timeline

Vue.js timeline with json data and filterable categories

Primary LanguageJavaScript

vue-timeline - wip

Demo: https://gunharth.io/projects.html

Inspired by George Martsoukos's article at tuts+- Thank you!

The src/data.json file was created with https://www.json-generator.com and the following template:

[
  '{{repeat(98, 100)}}',
  {
    started_at: '{{date(new Date(2000, 0, 1), new Date(), "YYYY-MM-dd")}}',
    title: '{{lorem(2, "words")}}',
    cat: '{{random("Category 1", "Category 2", "Category 3")}}'
  }
]

Todo: write more documentation