project-timeline

GitHub package.json version

Changelog

v0.4.0 - 2023-12-04

Added

  • Updated project base from vue-cli to vite.

Project Installation

Assumption is that VueJS, jQuery and lightGallery are available in the global space.

const Timeline = require('project-timeline/dist/project-timeline.umd.min')

let element = document.getElementById("project-timeline-demo")
if (element) {
  new Vue({
    el: "#project-timeline-demo",
    components: {
      Timeline
    },
  })
}

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.