vue-train-timetable
Version:
Vue Train Timetable Component
52 lines (33 loc) • 1.18 kB
Markdown
# vue-train-timetable
[](https://npmjs.com/package/vue-train-timetable) [](https://npmjs.com/package/vue-train-timetable) [](https://circleci.com/gh/Madao-3/vue-train-timetable/tree/master)
Vue Train Timetable Component
## Install
```bash
yarn add vue-train-timetable
```
CDN: [UNPKG](https://unpkg.com/vue-train-timetable/) | [jsDelivr](https://cdn.jsdelivr.net/npm/vue-train-timetable/) (available as `window.VueTrainTimetable`)
## Example
[Demo](https://madao-3.github.io/vue-train-timetable/example/dist/index.html)
## Usage
```vue
<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](https://github.com/Madao-3)