vue-train-timetable

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vue-train-timetable

Weekly Downloads

9

Version

0.1.1

License

MIT

Unpacked Size

70.2 kB

Total Files

8

Last publish

Collaborators

  • madaochris