主要基于CSS控制的vue时间轴插件,目前支持
- 轴线的水平竖直
- 标签相对于轴线的定位 上、下、左、右以及上下、左右交错布局
- 标签、标签内标题和内容、轴线、标记点、标记线的样式自定义
- 标签相对于轴线的距离
- 时间轴上的进度显示
- 标签内普通html元素和标题的link属性跳转支持
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.