data-science-for-beginners/3-Data-Visualization/13-meaningful-visualizations/solution
dependabot[bot] 2e32018352
Bump webpack
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.83.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.83.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 20:39:43 +00:00
..
public renumber viz lessons 2021-08-25 09:40:14 -04:00
src renumber viz lessons 2021-08-25 09:40:14 -04:00
.gitignore renumber viz lessons 2021-08-25 09:40:14 -04:00
README.md renumber viz lessons 2021-08-25 09:40:14 -04:00
babel.config.js renumber viz lessons 2021-08-25 09:40:14 -04:00
package-lock.json Bump webpack 2023-05-23 20:39:43 +00:00
package.json Bump json5 and @vue/cli-service 2023-01-06 15:19:29 +00:00

README.md

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.