Data Analysis is a simple front-end application built using Vue.js, Bootstrap, and many amazing open-source libraries. This application provides a feature to download graphs of BPPTKG monitoring data.
For the current version, this app only supports Vue.js version 2 and Bootstrap version 4.
There is a required environment variable that needs to be set in .env
submit:
-
VUE_APP_API_KEY
API key credentials to provide access to the APIs. You can contact the administrator to get the key.
Clone the project from GitHub repository:
git clone https://github.com/bpptkg/data-analysis.git
Install all package dependencies:
npm install
Compile and hot-reload for development:
npm run serve