Aug 25, 2017 · 2 min read
Yo creo que todos deberían estar programando, no tan solo los diseñadores.
Para aprender a programar recomiendo Vue.js, a simple vista es lejos más simple y basta los conceptos que probablemente ya conocen (HTML, CSS y DOM, y algo de JS que no es nada del otro mundo). El ModelView hace que todo funcione mágicamente.
Para desarrollar en un proyecto de verdad, la decisión del framework no la tomarán ustedes, entonces hay que acatar lo que ellos digan ;-) Pero ya habrán madurado algo aprendiendo Vue.js.
Yo aprendí con este tutorial, en 1–2 días ya deberían poder estar haciendo algo.
- GETTING STARTED with VueJS 2 | VueJS 2 | Learning the Basics
- EVENTS & METHODS | VueJS 2 | Learning the Basics
- BINDING HTML ATTRIBUTES | VueJS 2 | Learning the Basics
- COMPUTED PROPERTIES | VueJS 2 | Learning the Basics
- CONDITIONALS & LISTS | VueJS 2 | Learning the Basics
- FILTERS | VueJS 2 | Learning the Basics
- COMPONENTS | VueJS 2 | Learning the Basics
- THE VUE CLI AND .VUE FILES | VueJS 2 | Learning the Basics
- COMPONENTS AND .VUE FILES | VueJS 2 | Learning the Basics
- COMPONENT COMMUNICATION (PROPS / EVENTS) | VueJS 2 | Learning the Basics
- ROUTING SETUP | VueJS 2 | Learning the Basics
- ROUTE NAVIGATION & PARAMETERS | VueJS 2 | Learning the Basics
- STATE & STORE | VueJS 2 & Vuex | Learning the Basics
- GETTERS | VueJS 2 & Vuex | Learning the Basics
- MUTATIONS | VueJS 2 & Vuex | Learning the Basics
- ACTIONS | VueJS 2 & Vuex | Learning the Basics
- BONUS | VueJS 2 & Vuex | Learning the Basics