smmckay / VWR_front

The frontend of Spigo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The frontend of Spigo


Languages

Language:Vue 47.2%Language:HTML 29.0%Language:JavaScript 22.5%Language:CSS 1.2%