/VWR_front

The frontend of Spigo

Primary LanguageVue

VWR-front

Vue.js application for vizceral: https://github.com/Netflix/vizceral

Based on the React vizceral example: https://github.com/Netflix/vizceral-example

For more details about vizceral, refer to the above repositories.

For more details about vue.js: https://vuejs.org

Setup

Get, install, and run example server.

  1. Get source
git clone https://github.com/chenhy97/vwr_front.git
  1. Go to dir
cd vwr_front
  1. Install dependencies
npm install

(or if using yarn: yarn)
  1. Run webpack-dev-server
npm run dev