v0.4.0 - 2023-12-04
- Updated project base from vue-cli to vite.
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
},
})
}
yarn install
yarn serve
yarn build
yarn lint