# @andyliwr/vant

> ## 用法 ``` npm install @andyliwr/vant ``` ### 全局引入 在main.js中加入如下代码： ``` import vant from '@andyliwr/vant' import '@andyliwr/vant/lib/vant.css' Vue.use(vant) ``` 然后就可以在页面中引入组件了

Latest version **0.1.4** (published 2019-07-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @andyliwr/vant
pnpm add @andyliwr/vant
yarn add @andyliwr/vant
bun add @andyliwr/vant
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2019-07-23 |
| First published | 2019-07-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 231.7 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | andyliwr |

## Links

- npm: https://www.npmjs.com/package/@andyliwr/vant
- npm.io page: https://npm.io/package/@andyliwr/vant

## Dependencies (2)

- [vue](https://npm.io/package/vue.md) ^2.6.10
- [core-js](https://npm.io/package/core-js.md) ^2.6.5

## Recent versions

- 0.1.4 (latest) — 2019-07-23
- 0.1.3 — 2019-07-23
- 0.1.2 — 2019-07-23
- 0.1.0 — 2019-07-23

## README

# vant组件库模仿项目

## 用法
```
npm install @andyliwr/vant
```
### 全局引入
在main.js中加入如下代码：
```
import vant from '@andyliwr/vant'
import '@andyliwr/vant/lib/vant.css'
Vue.use(vant)
```
然后就可以在页面中引入组件了

### 按需引入
待完成....

## 联系作者
如果你有啥疑问，可以邮件我（andyliwr@outlook.com）。

---
_Source: https://npm.io/package/@andyliwr/vant · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
