Skip to content

readme fixes #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[<img src="https://cdn.anychart.com/images/logo-transparent-segoe.png?2" width="234px" alt="AnyChart - Robust JavaScript/HTML5 Chart library for any project">](https://anychart.com)
# Anychart Vue integration

This example shows how to use Anychart with Vue.

> The component of Vue 2.0 for AnyChart
This example shows how to use Anychart with Vue. AnyChart is a flexible JavaScript (HTML5, SVG, VML) charting framework that fits any solution in need of data visualization.

## Getting started
To run this sample:
To run this example, clone or download the repository, then install all requirements and run with npm:

Clone the repository from github.com:
```
Expand All @@ -23,7 +21,7 @@ Install all project requirements:
npm install
```

Since that, the demo can be launched in your browser:
After that, the demo can be launched in your browser:
```
npm run start
```
Expand Down Expand Up @@ -54,7 +52,7 @@ For a detailed explanation on how things work, check out the [guide](http://vuej
* [Vue](https://vuejs.org/)

## License
AnyChart Vue integration sample includes two parts:
The AnyChart Vue integration sample includes two parts:
- code of the integration sample that allows to use Javascript library (in this case, AnyChart) with Vue Framework.
You can use, edit, modify it, use it with other Javascript libraries
without any restrictions. It is released under [Apache 2.0 License](LICENSE).
Expand Down