vant-green
TypeScript icon, indicating that this package has built-in type declarations

1.0.44 • Public • Published

logo

Mobile UI Components built on Vue

Based on vant open source code, through secondary development, modifying the original components and adding some new components, Zhuojian technology Vue component library is created

npm version Coverage Status Build Status downloads downloads JS Gzip Size CSS Gzip Size

🔥 文档网站   🇨🇳 中文版介绍   🚀 小程序版


Features

  • 60+ Reusable components
  • 95% Unit test coverage
  • Extensive documentation and demos
  • Support babel-plugin-import
  • Support Custom Theme
  • Support i18n
  • Support TS
  • Support SSR

Install

# Using npm
npm i vant-green -S

# Using yarn
yarn add vant-green

Quickstart

import Vue from 'vue';
import { Button } from 'vant-green';
import 'vant-green/lib/index.css';

Vue.use(Button);

See more in Quickstart.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Browser Support

Modern browsers and Android 4.0+, iOS 7+.

Links

Preview

You can scan the following QR code to access the demo:

Copyright Notice

  • All the source code of the component library comes from the vant component produced by youzan front-end team. The specific version is vant@2.2.13-beta.0 released on November 10, 2019
  • We use the source code based on the MIT protocol, and carry out the secondary development based on the source code
  • Please remind users to follow the MIT protocol of relevant source code

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i vant-green

Weekly Downloads

122

Version

1.0.44

License

MIT

Unpacked Size

4.87 MB

Total Files

1282

Last publish

Collaborators

  • dsscl