Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 735 Bytes

README.md

File metadata and controls

43 lines (22 loc) · 735 Bytes

Markdown Editor With Vue.js

Menú

  1. Estructura inicial 7bf7a29

  2. Instancia de Vue 544bedf

  3. Creación del componente Editor 6000b20

  4. Agregar estilos css 5d83684

  5. Props en componente Preview 1136751

  6. Computed Property en componente Preview 9bc958f

  7. Implementando marked (imprime etiquetas html) 4b34f54

  8. Implementando marked (v-html) 46baf88

Revisar el ejercicio

Puedes navegar por los commits con el comando:

git checkout id_commit

#Ejemplo
git checkout 7bf7a29

Demo

Editor markdown aquí

By

Comunidad de Ruby, Oaxacarb

Ejemplo tomado de codecourse