From d824d6d54cd2278688ace11bf2f19c1898080cb2 Mon Sep 17 00:00:00 2001 From: Junji Zhi Date: Wed, 9 Jun 2021 09:21:51 -0400 Subject: [PATCH] Refactor build logic; Update README --- README.md | 22 +++++++++++++++++++--- dev/serve.vue | 3 +++ package.json | 3 ++- src/bootstrap-vue-timeline.vue | 3 --- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1803667..0e8777f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Introduction A simple timeline component similar to [Ant Timeline](https://www.antdv.com/components/timeline/) based on [Bootstrap-Vue](https://bootstrap-vue.org/). +**Note**: This component assumes you use [Bootstrap-Vue (v4)](https://bootstrap-vue.org/) in your project and have installed [the dependencies](https://bootstrap-vue.org/docs). + ## Demo Link: TBD @@ -12,7 +14,8 @@ Link: TBD ```bash npm i bootstrap-vue-timeline -# or: +# if you use yarn: + yarn add bootstrap-vue-timeline ``` @@ -21,9 +24,17 @@ yarn add bootstrap-vue-timeline ```html