You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jasmine Greenaway
a0cfbdd0cf
|
1 year ago | |
---|---|---|
.. | ||
public | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
babel.config.js | 3 years ago | |
package-lock.json | 1 year ago | |
package.json | 2 years ago |
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