v-antd

UI components with vue 2.0 & antd 2.0

Usage no npm install needed!

<script type="module">
  import vAntd from 'https://cdn.skypack.dev/v-antd';
</script>

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