1.0.9-alpha.21 • Published 5 months ago

@xnsk/xnsk_fe_vant_pro v1.0.9-alpha.21

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 months ago

Features

  • 🚀 1KB Component average size (min+gzip)
  • 🚀 65+ High quality components
  • 💪 90%+ Unit test coverage
  • 💪 Written in TypeScript
  • 📖 Extensive documentation and demos
  • 📖 Provide Sketch and Axure design resources
  • 🍭 Support Vue 2
  • 🍭 Support Tree Shaking
  • 🍭 Support Custom Theme
  • 🍭 Support i18n
  • 🌍 Support SSR

Install

npm i @xnsk/xnsk_fe_vant_pro -S

Quickstart

import Vue from 'vue';
import { Button } from '@xnsk/xnsk_fe_vant_pro';
import '@xnsk/xnsk_fe_vant_pro/lib/index.css';

Vue.use(Button);

Browser Support

supports modern browsers and Android >= 4.0、iOS >= 8.0.

Catalogue

仓库的组件代码位于 src 下,每个组件一个文件夹 docs 目录下是文档网站的代码,本地开发时可以在目录下运行 yarn dev 开启文档网站项目主要目录如下:

vant ├─ build # 构建 ├─ docs # 文档 ├─ src # 组件 ├─ packages # 子包 ├─ test # 单测 └─ types # 类型

Add New Component

添加新组件时,请按照下面的目录结构组织文件,并在 vant.config.js 中配置组件名称。

src └─ button ├─ demo # 示例代码 ├─ test # 单元测试 ├─ index.js # 组件入口 ├─ index.less # 组件样式 ├─ README.md # 英文文档 └─ README.zh-CN.md # 中文文档

1.0.9-alpha.21

5 months ago

1.0.9-alpha.20

5 months ago

1.0.9-alpha.19

5 months ago

1.0.9-alpha.10

10 months ago

1.0.9-alpha.11

10 months ago

1.0.9-alpha.12

10 months ago

1.0.9-alpha.13

10 months ago

1.0.9-alpha.14

9 months ago

1.0.9-alpha.15

9 months ago

1.0.9-alpha.16

7 months ago

1.0.9-alpha.17

7 months ago

1.0.9-alpha.18

6 months ago

1.0.9-alpha.9

10 months ago

1.0.9-alpha.8

11 months ago

1.0.9-alpha.7

11 months ago

1.0.9-alpha.6

11 months ago

1.0.9-alpha.5

11 months ago

1.0.9-alpha.4

11 months ago

1.0.9-alpha.3

11 months ago

1.0.9-alpha.2

11 months ago

1.0.9-alpha.1

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago