Skip to content

🍴 Front-End app for Soupify. Written with Vue.js using Vuetify and Vuex 🍟

Notifications You must be signed in to change notification settings

Serfati/soupify

 
 

Repository files navigation

Description

🍴 Front-End app for Soupify. Written with Vue.js using Vuetify and Vuex 🍟


Linked Repositories


📃 Documentation


⚠️ Prerequisites

You need to have installed the following software:

📦 How To Install

You can modify or contribute to this project by following the steps below:

1. Clone the repository

  • Open terminal ( Ctrl + Alt + T )

  • Clone to a location on your machine.

    # Clone the repository
    $> git clone https://github.com/serfati/soupify.git
    
    # Navigate to the directory
    $> cd soupify

2. Setup

  • Install npm packages in project directory

    $> npm install

3. Run Locally

# run server
$> npm run serve

# open your browser at port 8080
$> google-chrome http://localhost:8080/

Dependencies and Main Packages

  • vue - progressive js framework
  • vuex - state management
  • vuetify - design component framework
  • axios - HTTP requests
  • other dependencies you can see in package.json

📜 Scripts:

  • serve - Run whole application
  • build - Build application
  • loadData - Load the latest countries and foods data
  • deploy - App deploy to gh-pages branch

⚖️ License

License

⬆ back to top

About

🍴 Front-End app for Soupify. Written with Vue.js using Vuetify and Vuex 🍟

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 74.6%
  • JavaScript 21.4%
  • Python 1.8%
  • Other 2.2%