Skip to content

Instantly share code, notes, and snippets.

View BcRikko's full-sized avatar
👾
Working, working, working

B.C.Rikko BcRikko

👾
Working, working, working
View GitHub Profile
@koba04
koba04 / 1.constructor.md
Last active September 1, 2015 03:30
How to Vue.js compile ViewModel

これがどうやってCompileされるのか追ってみる

vm = new Vue({
  el: "#content",
  data: {
    name: "taro",
  }
})