Skip to content

Instantly share code, notes, and snippets.

View raphaelbadia's full-sized avatar
😄

Raphaël Badia raphaelbadia

😄
View GitHub Profile
.platform-browser {
display: flex;
justify-content: center;
.hello-browser {
background-color: red;
}
}

Vue Cheat Sheet

Basic Vue structure

{{ var }} displays an escaped string.

<div class="app">
	<p>{{ title }}</p>
	<p>{{ sayHello() }}</p>
	<p><a href="{{ link }}">This link is not working: Vuejs cannot bind it.</a></p>
  • test
  • done
  • change the class="night_image" in header_user.html
  • a task list item
  • list syntax required
  • normal formatting, @mentions, #1234 refs
  • incomplete
  • completed