Skip to content

Commit 7f7351e

Browse files
committed
improve README
1 parent 2728cd8 commit 7f7351e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# vue-extensions
22

3-
This library is a Vue.js plugin which creates a component which acts as extension point, with a named "hook". Plugins can then provide plugin components for this extension point which are automatically found and rendered replacing the extension.
3+
This library is a Vue.js plugin providing you with an element which acts as extension point. This extension has a named "hook". Plugins then can provide components for this extension point which are automatically found and rendered replacing the extension.
4+
5+
It's written in ES6. It's my first Js/Vue software, so:
6+
7+
1. Be patient - don't expect proffesional code.
8+
2. Be helpful - hints and PRs for improvements welcome.
49

510
## Usage
611
```javascript

0 commit comments

Comments
 (0)