Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dimyiannis/yummygreek
- Owner: DimYiannis
- Created: 2023-10-27T07:57:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T10:23:40.000Z (about 1 year ago)
- Last Synced: 2023-11-21T11:37:03.881Z (about 1 year ago)
- Language: Vue
- Homepage: https://yumgreek.netlify.app
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```