This example shows how to use Anychart with Vue.
The component of Vue 2.0 for AnyChart
To run this sample:
Clone the repository from github.com:
$ git clone [email protected]:anychart-integrations/anychart-vue.git
Navigate to the repository folder:
$ cd anychart-vue
Install all project requirements:
npm install
Since that, the demo can be launched in your browser:
npm run start
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
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.
- AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details here
If you have any questions regarding licensing - please contact us. [email protected]