1.9.0 • Published 2 years ago

@hummer/tenon-vue v1.9.0

Weekly downloads
50
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.8.7

2 years ago

1.8.7-alpha.34

2 years ago

1.8.6

3 years ago

1.8.5

3 years ago

1.8.4

3 years ago

1.8.3

3 years ago

1.8.3-alpha.2

3 years ago

1.8.2

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.6.4

4 years ago

1.7.0

4 years ago

1.6.4-alpha.0

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.14

4 years ago

1.2.8

4 years ago

1.2.9

4 years ago

1.2.12

4 years ago

1.2.13

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

1.0.0-beta.1

4 years ago

1.0.0-beta.0

4 years ago