This is the application which display the timeline.
Vue and Milligram are used.
If you want to know more details, check the link below.
- [Vue] (https://www.npmjs.com/package/vue)
- [Milligram] (https://www.npmjs.com/package/milligram)
- Execute the command below to copy(clone) currency-converter repository.
git clone https://github.com/spli02/vue-timeline
cd vue-timeline
- Execute the command below to install libraries required the project.
npm install
- Execute the command below to serve with hot reload at localhost:8080.
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run all tests
npm test
./index.html
./src
├── App.vue
├── assets
│ └── timeline.json
├── components
│ └── Timeline.vue
├── main.js
└── router
└── index.js