An open API service indexing awesome lists of open source software.

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

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/).