1.0.4 • Published 3 years ago

vue-svg-tracks v1.0.4

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
3 years ago

vue-svg-tracks

Synopsis

Vue component for displaying tracks

Simple example

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 install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.2

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago