A repository accompanying the tutorial located at https://medium.com/@petttr1/vue3-and-force-graph-f5dff98a5970.
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!