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
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