Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dj1samsoe/vue-meals
This is Vue.js Practice Projects in fetch API from themealdb
https://github.com/dj1samsoe/vue-meals
tailwindcss themealdb-api vue3 vuejs vuex
Last synced: about 2 months ago
JSON representation
This is Vue.js Practice Projects in fetch API from themealdb
- Host: GitHub
- URL: https://github.com/dj1samsoe/vue-meals
- Owner: dj1samsoe
- Created: 2024-02-22T19:29:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T00:14:16.000Z (11 months ago)
- Last Synced: 2024-04-14T03:13:15.823Z (9 months ago)
- Topics: tailwindcss, themealdb-api, vue3, vuejs, vuex
- Language: Vue
- Homepage: https://meals-vuejs.vercel.app
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Receipt Search app built with Vue.js
This repository is created alongside the following [YouTube Tutorial](https://youtu.be/cfiN8lCA3RM)
## Demo
[https://meals-vuejs.vercel.app](https://meals-vuejs.vercel.app/)
## Installation
1. Clone the repository
1. Run `npm install`
1. Copy `.env.example` into `.env`
1. Run `npm run dev` to start the application at http://localhost:3000## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)