0.3.4 • Published 5 years ago
project-timeline v0.3.4
project-timeline
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 installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lint