https://github.com/randomfractals/world-migrations
World Migrations Data Viz
https://github.com/randomfractals/world-migrations
d3 vue world-map
Last synced: 11 months ago
JSON representation
World Migrations Data Viz
- Host: GitHub
- URL: https://github.com/randomfractals/world-migrations
- Owner: RandomFractals
- Created: 2017-03-07T14:03:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T06:47:33.000Z (almost 9 years ago)
- Last Synced: 2025-01-26T10:46:38.009Z (about 1 year ago)
- Topics: d3, vue, world-map
- Language: Vue
- Size: 3.13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# world-migrations
> Word Migrations Data Viz
## app dev blog
https://www.linkedin.com/pulse/world-migrations-taras-novak
## app dev status
from day 2 of dev (simple 80/20 app vue layout setup)

next up: day 3 of dev: mapping the world with d3:
http://techslides.com/demos/d3/worldmap-template-d3v4.html

## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# lint all *.js and *.vue files
npm run lint
# run unit tests
npm test
```
For more information see the [docs for vueify](https://github.com/vuejs/vueify).