https://github.com/luizengdev/make-your-burger
Treinamento do curso Vue 3
https://github.com/luizengdev/make-your-burger
Last synced: 3 months ago
JSON representation
Treinamento do curso Vue 3
- Host: GitHub
- URL: https://github.com/luizengdev/make-your-burger
- Owner: luizengdev
- Created: 2022-08-21T00:42:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T01:03:42.000Z (almost 4 years ago)
- Last Synced: 2025-07-20T07:40:22.820Z (11 months ago)
- Language: Vue
- Size: 437 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 course training make-your-burger
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).