@vtx/ember

3.0.1 • Public • Published

ember

伏泰 uni-app 组件库

在线文档

使用 Yarn 安装

yarn add @vtx/ember -S

使用方法

pages.json 配置 easycom 规则(按需引入)

// pages.json
{
    "easycom": {
        "^v-(.*)": "@vtx/ember/components/v-$1/v-$1.vue"
    },
    // 此为本身已有的内容
    "pages": [
        // ......
    ]
}

配置 easycom 规则后,自动按需引入,无需 import 组件,直接引用即可。

<template>
    <v-text>3.x对应uview3.x版本</v-text>
</template>

Readme

Keywords

none

Package Sidebar

Install

npm i @vtx/ember

Weekly Downloads

9

Version

3.0.1

License

ISC

Unpacked Size

473 kB

Total Files

107

Last publish

Collaborators

  • yzqdi
  • bk362423
  • manwuyu
  • songwenlin
  • gaoyueliu
  • vortex-front-end