0.1.1 • Published 7 years ago

vue-train-timetable v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

vue-train-timetable

NPM version NPM downloads CircleCI

Vue Train Timetable Component

Install

yarn add vue-train-timetable

CDN: UNPKG | jsDelivr (available as window.VueTrainTimetable)

Example

Demo

Usage

<template>
  <vue-train-timetable></vue-train-timetable>
</template>

<script>
import VueTrainTimetable from "vue-train-timetable";

export default {
  components: {
    VueTrainTimetable
  }
};
</script>

Development

  # To run demo:

    yarn run example

  # To build the component:

    yarn run build

License

MIT © Madao

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago