v-antd
v1.1.8
Published
UI components with vue 2.0 & antd 2.0
Maintainers
Readme
v-antd
Beautiful UI components build with vue2.0 and ant design2.0
Install
$ npm install v-antd --saveUsage
<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+.
