Skip to content

Commit 7f140e7

Browse files
authored
add vue-ui install
1 parent 76ed04b commit 7f140e7

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
<p align="center">
12
<img src="./resources/logo.png" width="500">
3+
</p>
4+
<p align="center">
5+
Multiple Process Loader Management for <a href="http://vuejs.org/" rel="nofollow" class="rich-diff-level-one">Vue</a> and (optionally) <a href="http://vuex.vuejs.org/" rel="nofollow" class="rich-diff-level-one">Vuex</a>.
6+
</p>
27

3-
Multiple Process Loader Management for [Vue](http://vuejs.org/) and (optionally) [Vuex](http://vuex.vuejs.org/).
4-
5-
**Read the [Medium post "Managing Complex Waiting Experiences on Web UIs"](https://medium.com/@fkadev/managing-complex-waiting-experiences-on-web-uis-29534d2d92a8).**
6-
7-
> This project formerly known as **vuex-loading**
8+
<p align="center">
9+
<strong class="rich-diff-level-one">Read the <a href="https://medium.com/@fkadev/managing-complex-waiting-experiences-on-web-uis-29534d2d92a8" rel="nofollow">Medium post "Managing Complex Waiting Experiences on Web UIs"</a>.</strong>
10+
</p>
811

912
[![npm version](https://badge.fury.io/js/vue-wait.svg)](https://badge.fury.io/js/vue-wait)
1013

@@ -89,12 +92,18 @@ new Vue({
8992

9093
## 🔧 Installation
9194

95+
via CLI:
96+
9297
```bash
9398
$ yarn add vue-wait
9499
# or if you using npm
95100
$ npm install vue-wait
96101
```
97102

103+
via Vue UI:
104+
105+
<img src="./resources/vue-ui-install.png" width="600" />
106+
98107
## 📖 Usage
99108

100109
```js

0 commit comments

Comments
 (0)