Skip to content

Instantly share code, notes, and snippets.

@yalab
Created June 30, 2014 12:11
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 yalab/ca34c20a40d6ca25beab to your computer and use it in GitHub Desktop.
Save yalab/ca34c20a40d6ca25beab to your computer and use it in GitHub Desktop.
jQuery ($) ->
new Vue(
el: '#app',
data:
msg: 'Hello Vue.js!'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment