vant-green
v1.0.44
Published
Mobile UI Components built on Vue
Downloads
686
Readme
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 [email protected] 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