1.9.0 • Published 5 months ago

@hummer/tenon-vue v1.9.0

Weekly downloads
50
License
ISC
Repository
-
Last release
5 months ago

Tenon Vue

Tenon Vue 是 Hummer Vue 的核心运行时,用于 Tenon Vue 项目中使用。

Tenon Vue 使用用例

// entry.js
import * as Tenon from '@hummer/tenon-vue';
import app from './app';

Tenon.render(app);
<template>
  <view class="page">
    <text class="slogan">{{slogan}}</text>
  </view>
</template>
<style lang="less" scoped>
  .page{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slogan{
    font-size: 0.42rem;
  }
</style>

<script>

export default {
  pageConfig: {
    canScroll: false
  },
  data(){
    return {
      slogan: '~ Hello Tenon ~'
    }
  },
  methods: {
  }
}
</script>
1.9.0

5 months ago

1.8.7

5 months ago

1.8.7-alpha.34

1 year ago

1.8.6

2 years ago

1.8.5

2 years ago

1.8.4

2 years ago

1.8.3

2 years ago

1.8.3-alpha.2

2 years ago

1.8.2

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.6.4

2 years ago

1.7.0

2 years ago

1.6.4-alpha.0

2 years ago

1.6.3

2 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.14

3 years ago

1.2.8

3 years ago

1.2.9

3 years ago

1.2.12

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.0.0-beta.1

3 years ago

1.0.0-beta.0

3 years ago