Vue 2.0 Hello World

HTML

<input type="file" id="file">

Babel + JSX

setTimeout(() => {
  document.getElementById('file').click()
}, 1000)