Skip to content

Commit fd5e433

Browse files
author
Javier Villalba
committed
docs: update readme.md
1 parent d2c302f commit fd5e433

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

README.md

+22-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1-
# Vue 3 + Vite
1+
# GuitarLA
22

3-
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
3+
### VueJs project from [Vue.js 3 - La Guía Completa - Composition Pinia MEVN 10 Apps](https://www.udemy.com/course/vuejs-la-guia-completa-composition-pinia-mevn-creando-proyectos-reales/)
4+
- Juan Pablo De la torre Valdez ([Código con Juan](https://codigoconjuan.com/))
45

5-
## Recommended IDE Setup
6+
### What we learned in this project:
7+
- Components
8+
- State
9+
- Events
10+
- Custom Events
11+
- Props
12+
- Emit
13+
- Directives
14+
- Watch
15+
- Computed
616

7-
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
17+
18+
### Project setup
19+
``` bash
20+
npm install
21+
vite
22+
```
23+
24+
## Deployed on Netlify
25+
- https://guitarla-vue-256javy.netlify.app/

0 commit comments

Comments
 (0)