Skip to content

Commit 134a2fe

Browse files
Merge pull request #95 from LuisJaquez/master
Added You Don't Know JS book series and Vue.js section
2 parents 2ce6bb5 + 1be4b57 commit 134a2fe

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
![Vue JS](https://vuejs.org/images/logo.png)
2+
3+
## Vue JS
4+
5+
Vue.js es un framework moderno, elegante, versátil y minimalista que te permitirá estructurar tus proyectos de forma modular, siguiendo las mejores prácticas.
6+
7+
..
8+
9+
Documentación Oficial: [https://vuejs.org/v2/guide/](https://vuejs.org/v2/guide/)
10+
11+
### Recursos
12+
13+
#### Cursos en Español
14+
15+
* Aprende Vue2 y Firebase paso a paso.
16+
17+
Curso completo para crear aplicaciones con Vue.js y firebase desde cero impartido en la plataforma teachable por wmedia.
18+
19+
[Aprende Vue2 y Firebase paso a paso](http://wmedia.teachable.com/p/aprende-vue2-y-firebase-paso-a-paso) :free:

Javascript/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ Documentación Oficial: https://developer.mozilla.org/en/docs/Web/JavaScript
1818
### Tutoriales para principiantes :smirk_cat:
1919
* [Javascript en Español](http://librosweb.es/javascript/) :free:
2020
* [Code Academy - Javascript Track](http://www.codecademy.com/tracks/javascript) :free:
21+
22+
### Libros
23+
* [You Don't Know JS (Serie Completa)](https://github.com/getify/You-Dont-Know-JS) :free: Online

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Si tienes un libro, tutorial, o recurso que recomiendas puedes hacer un pull req
4141
* [Backbone JS](Javascript/Frontend%20Frameworks/backbonejs.md) :heavy_exclamation_mark:
4242
* [Ember JS](Javascript/Frontend%20Frameworks/emberjs.md)
4343
* [Knockout JS](Javascript/Frontend%20Frameworks/knockoutjs.md) :heavy_exclamation_mark:
44+
* [Vue JS](Javascript/Frontend%20Frameworks/vuejs.md) :heavy_exclamation_mark:
4445

4546
### Technology Frameworks
4647
* [.NET Framework] :heavy_exclamation_mark:

0 commit comments

Comments
 (0)