Coder Social home page Coder Social logo

antv's Introduction

Ant Design of Vue

npm package

An enterprise-class UI design language and Vue-based implementation.

中文 README

Features

  • An enterprise-class UI design language for web applications.
  • A high-quality Vue components based on superior Ant Design.
  • A npm + webpack + babel + Vue2.0 front-end development workflow.

Environment Support

  • Browser: Modern browsers and Internet Explorer 9+

Installation

Using npm

We recommend using npm or yarn to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of javascript packages and tooling.

$ npm install antv --save

If you are in a bad network enviornment,you can try other registers and tools like cnpm.

Import in Browser

Add script and link tags in your browser and use the global variable antv.

We provide antv.js antv.css and antv.min.js antv.min.css under antv/dist in antv's npm package.

Usage

import Vue from 'vue'
import Antv from 'antv'
import 'antv/dist/antv.css'

Vue.use(Antv)

new Vue({
  el: '#app',
  render() {
     return (<v-button type="primary">Primary</v-button>)
  }
})

Links

antv's People

Contributors

flashhk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.