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 starter version of the project:

  • Return to the main lesson at ../README.md for the learning context and full instructions.
  • Open the completed version in ../solution/README.md only after you have tried the exercise yourself or need a reference implementation.
Last updated on