A Vue.js project: Creating real time Guage with Vue and eCharts library.
# install Node and NPM current release
$ sudo apt-get install python-software-properties
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt-get install nodejs
# Check Node and NPM version
$ node -v
$ npm -v
# Instsall vue-cli
$ node -v
$ npm -v
# Clone this repo
git clone https://github.com/vishwasrao/VueGuage.git
# Go tot project directory
$ cd <projectDirectory>
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report