README
v-antd
Beautiful UI components build with vue2.0 and ant design2.0
Install
$ npm install v-antd --save
Usage
<template>
<v-button type="primary"></v-button>
</template>
<script>
import { vButton } from 'v-antd';
export default {
components: { vButton }
}
</script>
Use css
import 'v-antd/lib/v-antd.css';
View components at localhost:8081
npm run dev
Browser Support
Normal browsers and Internet Explorer 9+.