https://github.com/domicoder/real-world-vue
⚡️Simple Vue 3 webapp + Render Deploy
https://github.com/domicoder/real-world-vue
Last synced: 4 months ago
JSON representation
⚡️Simple Vue 3 webapp + Render Deploy
- Host: GitHub
- URL: https://github.com/domicoder/real-world-vue
- Owner: domicoder
- Created: 2021-08-22T06:08:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T22:57:37.000Z (almost 5 years ago)
- Last Synced: 2025-06-14T10:38:32.860Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# real-world-vue
## About
Real World Vue 3 by [VueMastery](https://www.vuemastery.com/courses/real-world-vue3/deploying-with-render)
## Demo
Live deploy on Render.com
[Real World Vue 3](https://real-world-vue-3-tzod.onrender.com).
Link https://real-world-vue-3-tzod.onrender.com
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).