Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 456 Bytes

Cars Gallery

A cars gallery project made with vuejs and data comming from https://jsonkeeper.com/b/0K8O

How to start

First, install vuejs with the following command : npm install -g @vue/cli
After that download the project and launch the command npm install to install all dependencies
Then you can start the project with npm run serve, the project will start on http://localhost:8080/


Have Fun !