0.1.1 • Published 5 years ago

vue-train-timetable v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago