weex 初体验
2017-09-11 本文已影响50人
曾柏超
参考
http://www.jianshu.com/p/03b005462e6d

<template>
<div>
<text class="text" style="color:red;">Hello world</text>
</div>
</template>
<style>
.text{
font-size:160;
}
</style>
<script></script>
$ weex hello.we