Sample project

Get the sample project to try WebDataRocks.

See the Integrate WebDataRocks tutorial to integrate WebDataRocks into your existing project.

Note that our sample project uses Options API.

Step 1. Download or clone our sample project from GitHub:

git clone https://github.com/WebDataRocks/pivot-vue
cd pivot-vue

Step 2. Install the npm packages described in the package.json file:

npm install

Step 3. Run your application:

npm run serve

The sample project will be available at http://localhost:8080/.

You can shut down the app with Ctrl + C.

See also