/vue-train-timetable

vue-train-timetable

Primary LanguageVue

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