Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manrriquez/foodfy-front
Order and inventory control system for restaurants under development using Vue 3 | Vue-cli | Vue router | Tailwind
https://github.com/manrriquez/foodfy-front
login manrriquez system tailwind tailwindcss vue3 vuecli vuejs
Last synced: 16 days ago
JSON representation
Order and inventory control system for restaurants under development using Vue 3 | Vue-cli | Vue router | Tailwind
- Host: GitHub
- URL: https://github.com/manrriquez/foodfy-front
- Owner: Manrriquez
- Created: 2023-02-06T22:34:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T23:42:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T00:41:43.709Z (2 months ago)
- Topics: login, manrriquez, system, tailwind, tailwindcss, vue3, vuecli, vuejs
- Language: Vue
- Homepage:
- Size: 114 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FOODFY
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).