https://github.com/nascript/food-order-app
https://github.com/nascript/food-order-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nascript/food-order-app
- Owner: nascript
- Created: 2022-12-03T07:18:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T12:37:45.000Z (about 3 years ago)
- Last Synced: 2025-01-23T05:14:52.589Z (about 1 year ago)
- Language: Vue
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# food-order-app
## 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/).