Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

antv

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antv

Ant Design of Vue

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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>)
  }
})

Keywords

FAQs

Package last updated on 21 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc