CSI-280 / gitgood

0 stars 0 forks source link

GitGood Team ReadMe

Contributors

Louis Vinton
Aiden Tracy
Wes Beard
Collin Westgate
Tom Szpila
Josh Bogin

Information

This project uses the Vue.JS framework and the petfinder API
Technical Features:

Instructions

To set up and use the project locally, first make sure you have git installed on your system.

From there, in the repository, click the green "Clone or download" button and copy the link it displays.

Then, open your system's command prompt, navigate to the folder you want your local repository
to be in, and enter "git clone (the link you copied)". This will make a local copy of the
repository for you where the Vue project can be changed and interacted with.

Set up guide

Working in Vue

The main files you should work in when working in a view project are the files
in src/components which currently contains the home page and all other pages.

public/index.html contains all of the base html where App and the pages in /components are inserted

src/App.vue is the main file that is injected into index, it currently redirects to Home in components

src/router contains the router files which control the file paths and redirects.

src/assets can be used to store any assets needed for the main files.

Helpful Resources