Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teschiopol/onlymaya-food
Eat Good
https://github.com/teschiopol/onlymaya-food
food nuxt typescript
Last synced: about 2 months ago
JSON representation
Eat Good
- Host: GitHub
- URL: https://github.com/teschiopol/onlymaya-food
- Owner: teschiopol
- Created: 2024-08-07T21:44:02.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-23T19:24:36.000Z (about 2 months ago)
- Last Synced: 2024-09-24T17:42:50.905Z (about 2 months ago)
- Topics: food, nuxt, typescript
- Language: TypeScript
- Homepage: https://onlymaya.it
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
[![CodeFactor](https://www.codefactor.io/repository/github/teschiopol/onlymaya-food/badge)](https://www.codefactor.io/repository/github/teschiopol/onlymaya-food)
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```## Production
Build the application for production:
```bash
# npm
npm run build
```Locally preview production build:
```bash
# npm
npm run preview
```