0.3.4 • Published 4 years ago

project-timeline v0.3.4

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

project-timeline

GitHub package.json version

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.