Skip to content

Beraliv/vk-friend-graph

Repository files navigation

vk-friend-graph

Vue / Vuex / Yarn / Babel / ES6 VK Friend Graph App

Build Status Dependency Status devDependency Status MIT licence

Commands

You can replace yarn with npm run here.

# build the changes
yarn build

# rebuild the changes
yarn watch

# run the bundled dist folder
yarn dev

# deploy changes with prebuild
yarn deploy

Demo

You can see built example here

The interface looks like that:

UI

Issues

For running it locally you need to:

  • Run simultaneously yarn watch and yarn dev in two terminal tabs.

If the demo is not working, you should:

  • Open DevTools > Application > Local Storage > Website key
  • Clear
  • Reload the page

Dependencies