1.0.9-alpha.21 • Published 2 years ago

@xnsk/xnsk_fe_vant_pro v1.0.9-alpha.21

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

2 years ago

1.0.9-alpha.20

2 years ago

1.0.9-alpha.19

2 years ago

1.0.9-alpha.10

2 years ago

1.0.9-alpha.11

2 years ago

1.0.9-alpha.12

2 years ago

1.0.9-alpha.13

2 years ago

1.0.9-alpha.14

2 years ago

1.0.9-alpha.15

2 years ago

1.0.9-alpha.16

2 years ago

1.0.9-alpha.17

2 years ago

1.0.9-alpha.18

2 years ago

1.0.9-alpha.9

2 years ago

1.0.9-alpha.8

2 years ago

1.0.9-alpha.7

2 years ago

1.0.9-alpha.6

2 years ago

1.0.9-alpha.5

2 years ago

1.0.9-alpha.4

2 years ago

1.0.9-alpha.3

2 years ago

1.0.9-alpha.2

2 years ago

1.0.9-alpha.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago