UNPKG

vue-train-timetable

Version:
52 lines (33 loc) 1.18 kB
# vue-train-timetable [![NPM version](https://img.shields.io/npm/v/vue-train-timetable.svg?style=flat)](https://npmjs.com/package/vue-train-timetable) [![NPM downloads](https://img.shields.io/npm/dm/vue-train-timetable.svg?style=flat)](https://npmjs.com/package/vue-train-timetable) [![CircleCI](https://circleci.com/gh/Madao-3/vue-train-timetable/tree/master.svg?style=shield)](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 &copy; [Madao](https://github.com/Madao-3)