Skip to content

Commit bb8e906

Browse files
author
Alan Smith
committed
Update readme
1 parent 139339f commit bb8e906

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A simple, fast, Vue 3 component for rendering Highcharts.js Charts written using the composition API.
44

5+
Demos [https://smithalan92.github.io/vue3-highcharts/](https://smithalan92.github.io/vue3-highcharts/)
6+
57
## Minimum Requirements
68

79
@@ -10,6 +12,12 @@ [email protected] ( older versions may work but not tested )
1012
Vue and Highcharts are not bundled with the module and need to be included in your projects dependencies.
1113

1214
## Usage
15+
Install with npm
16+
17+
```
18+
npm i --save vue3-highcharts
19+
```
20+
1321
You can register the component in 2 ways.
1422

1523
### Register as a global component.

0 commit comments

Comments
 (0)