Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Last active May 10, 2017 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vuejsdevelopers/ce26e093ec5b0cf82fe2c2f18d8c5beb to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/ce26e093ec5b0cf82fe2c2f18d8c5beb to your computer and use it in GitHub Desktop.
What I Learned About VueJS From Building A Chrome Extension - Snippet 03
<body>
<div id="app">
<div>{{ message }}</div>
</div>
</body>
new Vue({
el: '#app'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment