|
1 | | -#WebDataRocks integrationwith the Vue framework |
| 1 | +#Example of integrating WebDataRockswith the Vue 2 framework |
2 | 2 |
|
3 | | -This repositoryholds a sampleintegrationprojectof WebDataRocks reporting toolwith the Vue framework. |
| 3 | +This repositorycontains a sample projectthat shows how to integrate[WebDataRocks](https://www.webdatarocks.com/)with the[Vue2framework](https://v2.vuejs.org/). |
4 | 4 |
|
5 | | -##Get WebDataRocks |
| 5 | +##Prerequisites |
6 | 6 |
|
7 | | -WebDataRocks is a free reporting tool.[Get it here](https://www.webdatarocks.com/get-webdatarocks/). |
| 7 | +-[Node.js 8 through 16](https://nodejs.org/en/) |
8 | 8 |
|
9 | | -##Runthis project |
| 9 | +##Runthe project |
10 | 10 |
|
11 | | -1. Download or clone this sample project from GitHub. |
12 | | -2. Install npm packages by running in the console: |
| 11 | +1. Download or clone this project from GitHub: |
| 12 | +``` |
| 13 | +git clone https://github.com/WebDataRocks/pivot-vue.git |
| 14 | +cd pivot-vue |
| 15 | +``` |
| 16 | +3. Install npm packages: |
13 | 17 | ``` |
14 | 18 | npm install |
15 | 19 | ``` |
16 | | -3. Runyour application: |
| 20 | +3. Runthe project: |
17 | 21 | ``` |
18 | 22 | npm run serve |
19 | 23 | ``` |
20 | | -Your application will run at`http://localhost:8080/`. |
| 24 | +You can access the project at`http://localhost:8080/`. |
| 25 | + |
| 26 | +##Related docs |
| 27 | + |
| 28 | +For details on how to integrate WebDataRocks into existing Vue projects, check out the[integration with Vue](https://www.webdatarocks.com/doc/integration-with-vue/). |
21 | 29 |
|
22 | | -##Learn more about integration with Vue |
| 30 | +##Support |
23 | 31 |
|
24 | | -For detailed instructions on the integration, please refertothis tutorial:[Integration with Vue](https://www.webdatarocks.com/doc/integration-with-vue/). |
| 32 | +Feel freetoask WebDataRocks-related questions on[StackOverflow](https://stackoverflow.com/questions/tagged/webdatarocks). |