vue-flexmonster

Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.

Prerequisites

To run a simple application with the Vue.js pivot table, you will need Node.js and npm. Get it here if it's not already installed on your machine.

Installation

  1. Download the .zip archive with the sample project or clone it from GitHub with the following command:
    git clone https://github.com/flexmonster/pivot-vue.git && cd pivot-vue
  1. Install the npm packages described in package.json:

    npm install

  2. Run the sample project:

    npm start

To see the result, open http://localhost:8080/ in your browser.