Skip to Content

Dangerous Liaisons data visualization project

To get started, you need to ensure that you have NPM and Node running on your machine. Install the dependencies (npm install) and then run the project locally (npm run serve):

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference .

What Comes Next

This is the reference solution for the project:

  • Return to the main lesson at ../README.md for the explanation, challenge framing, and assignment context.
  • If you want to practice from scratch, switch back to ../starter/README.md and rebuild the project without relying on the completed code.
Last updated on