https://github.com/webdatarocks/pivot-vue
Example of integrating the WebDataRocks web reporting tool with the Vue 2 framework
https://github.com/webdatarocks/pivot-vue
frontend integration pivot-grid pivot-tables reporting reports vue vuejs
Last synced: 26 days ago
JSON representation
Example of integrating the WebDataRocks web reporting tool with the Vue 2 framework
- Host: GitHub
- URL: https://github.com/webdatarocks/pivot-vue
- Owner: WebDataRocks
- License: mit
- Created: 2019-12-02T19:12:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-08T14:48:14.000Z (about 1 month ago)
- Last Synced: 2025-09-08T16:37:24.037Z (about 1 month ago)
- Topics: frontend, integration, pivot-grid, pivot-tables, reporting, reports, vue, vuejs
- Language: CSS
- Homepage: https://www.webdatarocks.com
- Size: 153 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of integrating WebDataRocks with the Vue 2 framework
[](https://www.webdatarocks.com/?r=rm_vue)
Website: [webdatarocks.com](https://www.webdatarocks.com?r=rm_vue)[](https://github.com/webdatarocks) [](https://twitter.com/WebDataRocks)
This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/?r=rm_vue) with the [Vue 2 framework](https://v2.vuejs.org/).
## Prerequisites
- [Node.js 18 or later](https://nodejs.org/en/)
## Run the project
1. Download or clone this project from GitHub:
```bash
git clone https://github.com/WebDataRocks/pivot-vue.git
cd pivot-vue
```
2. Install npm packages:
```bash
npm install
```
3. Run the project:
```bash
npm run dev
```
You can access the project at `http://localhost:5173/`.## Related docs
For details on how to integrate WebDataRocks into existing Vue projects, check out the [integration with Vue](https://www.webdatarocks.com/doc/vue/how-to-start-online-reporting?r=rm_vue).
## WebDataRocks licensing
This WebDataRocks sample project is released under the MIT license (free and open-source).
[WebDataRocks](https://www.webdatarocks.com/?r=rm_vue) is distributed under the terms and conditions of the WebDataRocks End User License Agreement: [https://www.webdatarocks.com/license-agreement/](https://www.webdatarocks.com/license-agreement/?r=rm_vue).
## Support
For WebDataRocks-related questions, bug reports, and feature requests, please [create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues?r=rm_vue).