vue-svg-tracks
v1.0.4
Published
Vue component for displaying tracks
Readme
vue-svg-tracks
Synopsis
Vue component for displaying tracks

Installation
npm install --save vue-svg-tracks
Usage
import { VueSvgTracks } from 'vue-svg-tracks';<svg :width="width" :height="height">
<svg-tracks
:tracks="tracks"
:length="length"
:track-height="trackHeight"
:sep="sep"
:offset-x="offsetX"
/>
</svg>Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitLints and fixes files
npm run lint