https://github.com/thecodeholic/vue-meals-app
https://github.com/thecodeholic/vue-meals-app
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeholic/vue-meals-app
- Owner: thecodeholic
- Created: 2022-10-14T07:02:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T15:43:12.000Z (about 1 year ago)
- Last Synced: 2025-04-10T00:53:42.050Z (3 months ago)
- Language: Vue
- Size: 42 KB
- Stars: 66
- Watchers: 2
- Forks: 41
- Open Issues: 1
-
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://tc-search-meals.netlify.app](https://tc-search-meals.netlify.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)