2017-08-04 16:33:45 +08:00
2017-05-19 11:17:34 +08:00
2017-07-31 16:48:53 +08:00
2017-07-31 16:42:03 +08:00
2017-07-28 11:02:33 +08:00
2017-03-03 14:47:16 +08:00
2017-02-20 01:10:00 +08:00
2017-04-13 17:03:00 +08:00
2017-07-20 14:35:08 +08:00
2017-04-25 20:19:00 +08:00
2017-01-15 16:15:53 +08:00
2017-06-15 19:13:19 +08:00
2016-12-27 20:11:05 +08:00
2017-04-20 10:38:29 +08:00
2017-03-02 17:30:55 +08:00
2017-07-31 16:42:04 +08:00
2017-08-04 16:33:45 +08:00
2017-08-04 16:33:45 +08:00

有赞logo

项目logo

A Vue.js 2.0 Mobile UI at YouZan

Build Status Coverage Status npm version downloads

访问中文版

Install

npm i -S vant

Usage

Import all components

import Vue from 'vue';
import vant from 'vant';
import 'vant/lib/vant-css/index.css';

Vue.use(vant);

On demand

import Vue from 'vue';
import { Button, Cell } from 'vant';
import 'vant/lib/vant-css/button.css';
import 'vant/lib/vant-css/cell.css';

Vue.component(Button.name, Button);
Vue.component(Cell.name, Cell);

Development

Add a new component

make init componentName

Start coding

Start development mode:

npm run dev

Visit http://localhost:8080 to see an example of all components.

Preview

You can scan the following QR code to access the demo

zanui_vue_mobile_qrcode

LICENSE

MIT

Description
No description provided
Readme MIT 102 MiB
Languages
TypeScript 63.5%
Vue 16.7%
Less 11.7%
JavaScript 7.7%
HTML 0.2%
Other 0.1%