Skip to content

Commit c7de86c

Browse files
Update README.md
1 parent 5a60bdf commit c7de86c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div align="center">
66
<a><img alt="price" src="https://img.shields.io/badge/price-FREE-blue.svg"></a>
77
<a><img alt="license" src="https://img.shields.io/badge/license-MIT-brightgreen.svg"></a>
8-
<a><img alt="version" src="https://img.shields.io/badge/version-v0.9.0-yellow.svg"></a>
8+
<a><img alt="version" src="https://img.shields.io/badge/version-v0.9.2-yellow.svg"></a>
99
<a><img alt="PRs" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a>
1010
</div>
1111

@@ -92,6 +92,10 @@ Do you want to test the application quickly, and you do not have a ready API? No
9292

9393
### Steps
9494

95+
- Clone Vue CRUD:
96+
``` console
97+
git clone [email protected]:szczepanmasny/vue-crud.git
98+
```
9599
- Select template from **examples** folder you want to use, e.g. **examples/simple-crud**. Then:
96100
- Copy **examples/simple-crud/public** folder to the root directory,
97101
- Copy the rest of files and folders (**config**, **locales**, **routes**, **main.js**, **router.js**) from **examples/simple-crud** folder to the **src** directory,

0 commit comments

Comments
 (0)