Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T05:44:04.000Z (about 2 years ago)
- Last Synced: 2024-11-30T21:08:01.270Z (about 1 month ago)
- Language: Vue
- Size: 500 KB
- Stars: 236
- Watchers: 11
- Forks: 469
- 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/).