Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 253 Bytes

hello-world.md

File metadata and controls

16 lines (13 loc) · 253 Bytes

Weex Hello World

snapshot

weex hello world

weex code

hello_world.we

<template>
  <div>
    <text>Hello World</text>
  </div>
</template>