1.2.1 • Published 11 months ago

vantui-components v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@vcomponetns/Vant-ui

github pages

前置条件

import Vue from 'vue'

import Vant from 'vant'
import 'vant/lib/index.css'

Vue.use(Vant)

安装

npm i vantui-components -S
#or
yarn add vantui-components

引入组件

// main.js
// 全局引入
import VComponents from 'vantui-components'

Vue.use(VComponents)

按需引入

import { VTable } from 'vantui-components'

export default {
    components: {
        VTable
    }
}

如何新建组件

npm i -g plop
plop / npm run new
选择业务模块
输入组件中文名称
输入组件英文名称
开始组件编写工作
1.2.1

11 months ago

1.2.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago