## Description The project is a control system for BPS that is a sample page application via vue.js, which can control the multi-IoT-devices (NeuLive, Elite...) to monitor research data. In this system, users can follow the research data in real-time and replay the data anywhere. ## Installation First of all, make sure you have all prerequisites installed: - [Node.js](https://nodejs.org/en/) (>=8.9) - [npm](https://www.npmjs.com/get-npm) version 3+ (or [yarn](https://yarnpkg.com/lang/en/docs/install/#mac-stable) version 1.16+) and [Git](https://git-scm.com/). After checking the prerequisites, follow these simple steps to install and use Vuestic Admin: ``` # clone the repo $ git clone https://github.com/epicmaxco/vuestic-admin.git myproject # go into app's directory and install dependencies: $ cd myproject ``` Then, if you use npm: ``` $ npm install # serve with hot reload at localhost:8080 by default. $ npm run serve # build for production $ npm run build # build for production and view the bundle analyzer report. $ npm run build --report ``` If you use yarn: ``` $ yarn install # serve with hot reload at localhost:8080 by default. $ yarn serve # build for production $ yarn build # build for production and view the bundle analyzer report. $ yarn build --report ```