We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3eddf commit 93aeb63Copy full SHA for 93aeb63
README.md
@@ -9,6 +9,14 @@ Tree view for your demo components. [Demo](http://vue-book.asva.by/#/Demo/Contac
9
* **npm**: `npm install -D vue-book`
10
* **yarn**: `yarn add -D vue-book`
11
12
+## Versions
13
+
14
+* Lastest build is a bit outdated and is not recommended (the one you get by `npm install -D vue-book`).
15
+* Recent vue 2 version is `0.1.0-alpha.42`.
16
+* Recent vue 3 version is `0.2.0-alpha.0`.
17
18
+You shouldn't worry about sitting on alpha version as vue-book doesn't have dependencies and will work for a very long time without issues.
19
20
## Features
21
* Display your components as a tree or flat list.
22
* Preview components on the page.
0 commit comments