https://github.com/code-pop/real-world_vue-3
Example app for Vue Mastery's Real World Vue 3 course
https://github.com/code-pop/real-world_vue-3
Last synced: 12 months ago
JSON representation
Example app for Vue Mastery's Real World Vue 3 course
- Host: GitHub
- URL: https://github.com/code-pop/real-world_vue-3
- Owner: Code-Pop
- Created: 2020-09-02T18:36:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T05:44:04.000Z (over 3 years ago)
- Last Synced: 2025-04-05T16:14:01.067Z (12 months ago)
- Language: Vue
- Size: 500 KB
- Stars: 237
- Watchers: 10
- Forks: 460
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# real-world-vue
## 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/).