Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 536 Bytes

Vue3 and Force Graph

A force directed graph

A repository accompanying the tutorial located at https://medium.com/@petttr1/vue3-and-force-graph-f5dff98a5970.

Quick start

Clone the repository and run the following commands in a terminal

# navigate to the repo
cd ~/your/path/vue3-force-graph

# install dependencies
$ npm install

# serve with hot reload at localhost:5173
$ npm run dev

The graph is waiting for you at localhost:5173. Have fun!