Skip to content

Commit f93dbaa

Browse files
committed
2 parents a4c82d7 + 00b5083 commit f93dbaa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<h1 align="center">Vue CRUD</h1>
55
<div align="center">
66
<a><img alt="price" src="https://img.shields.io/badge/price-FREE-blue.svg"></a>
7-
<a><img alt="version" src="https://img.shields.io/badge/version-v0.7.0-yellow.svg"></a>
8-
<a><img alt="license" src="https://img.shields.io/badge/license-MIT-green.svg"></a>
7+
<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.7.1-yellow.svg"></a>
9+
<a><img alt="PRs" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a>
910
</div>
1011

1112
<h4 align="center">Vue.js based REST-ful CRUD application.</h4>
@@ -68,6 +69,11 @@ Another functions and features:
6869
## API
6970
The application requires a connection with the appropriate API. API can be created in any technology - the condition is its compliance with the Vue CRUD communication specification. If you need to create your API and do not know how to get started, and you don't mind PHP and Laravel, download or clone the <a href="https://github.com/szczepanmasny/vue-crud-laravel-api" target="_blank">Vue CRUD Laravel API project</a>.
7071

72+
## Contributing
73+
If you have an idea about improving Vue CRUD, do not hesitate.
74+
75+
Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md).
76+
7177
## License
7278
[MIT](https://opensource.org/licenses/MIT)
7379

0 commit comments

Comments
 (0)