https://github.com/trapcodeio/foodstore
A simple foodstore cart
https://github.com/trapcodeio/foodstore
Last synced: 3 months ago
JSON representation
A simple foodstore cart
- Host: GitHub
- URL: https://github.com/trapcodeio/foodstore
- Owner: trapcodeio
- Created: 2020-06-28T00:04:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T04:23:10.000Z (over 2 years ago)
- Last Synced: 2025-03-20T05:34:53.660Z (3 months ago)
- Language: Vue
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foodstore
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).