Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimyiannis/yummygreek

Online food ordering website
https://github.com/dimyiannis/yummygreek

Last synced: about 2 months ago
JSON representation

Online food ordering website

Awesome Lists containing this project

README

        

# YummyGreek

This template should help get you started developing with Vue 3 in Vite.

![image](https://github.com/DimYiannis/YummyGreek/assets/107484245/2a8b0879-8ae3-48dc-8560-0586831d71ee)

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

### Open your terminal and choose in which path you are going to clone the repo

```sh
C:\Users\Username> cd Desktop
C:\Users\Username\Desktop>
```
### Clone the repo

```sh
git clone https://github.com/DimYiannis/YummyGreek.git
```

### Change Directory

```sh
C:\Users\Username\Desktop> cd YummyGreek
```

### Install NPM packages

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```