search
HomeWeb Front-endVue.jsCan ant-design vue be used?

ant design vue can be used. ant design vue is a high-quality UI component library implemented using Vue that follows the Ant Design design specifications and is used to develop and serve enterprise-level mid- and back-end products.

Can ant-design vue be used?

The operating environment of this article: windows10 system, vue 2.9, thinkpad t480 computer.

Recommended: "vue tutorial"

Ant Design Vue is a high-quality UI component library implemented using Vue that follows the Ant Design design specifications and is used to develop and serve Enterprise-level mid- and back-end products.

Features

Extracted from the interactive language and visual style of enterprise-level mid- and back-end products.

High quality Vue components out of the box.

Share the Ant Design of React design tool system.

Supported environment

Modern browsers and IE9 and above (requires polyfills).

Support server-side rendering.

Installation

Use npm or yarn to install

We recommend using npm or yarn for development, which not only allows easy debugging in the development environment, but also You can safely package and deploy it in the production environment and enjoy the many benefits brought by the entire ecosystem and tool chain.

$ npm install ant-design-vue --save
$ yarn add ant-design-vue

If your network environment is not good, it is recommended to use cnpm.

The component library uses vue's new features slot-scope (new in 2.5.0), provide / inject (new in 2.2.0)

Browser introduction

Use script and link tags to directly introduce files in the browser, and use the global variable antd.

We provide antd.js antd.css and antd.min.js antd.min.css in the ant-design-vue/dist directory in the npm release package. You can also download it through https://www.jsdelivr.com/package/npm/ant-design-vue or UNPKG.

It is strongly not recommended to use built files, which cannot be loaded on demand, and it is difficult to obtain quick bug fix support for underlying dependent modules.

Note: You need to introduce moment yourself before introducing antd.js.

Example

import Vue from 'vue'
import { DatePicker } from 'ant-design-vue';
Vue.component(DatePicker.name, DatePicker)

Introducing styles:

import 'ant-design-vue/dist/antd.css';  // or 'ant-design-vue/dist/antd.less'

Loading on demand

The following two methods can load only the components used.

Use babel-plugin-import (recommended).

// .babelrc or babel-loader option
{
  "plugins": [
    ["import", { "libraryName": "ant-design-vue", "libraryDirectory": "es", "style": "css" }] // `style: true` 会加载 less 文件
  ]
}

Note: webpack 1 does not need to set libraryDirectory.

Then just import the module from ant-design-vue, there is no need to introduce the style separately. It is equivalent to the manual introduction method below.

// babel-plugin-import 会帮助你加载 JS 和 CSS
import { DatePicker } from 'ant-design-vue';

Manual introduction

import DatePicker from 'ant-design-vue/lib/date-picker';  // 加载 JS
import 'ant-design-vue/lib/date-picker/style/css';        // 加载 CSS
// import 'ant-design-vue/lib/date-picker/style';         // 加载 LESS

About ant-design-vue

As we all know, Ant Design was launched as a design language and has gone through many years of iterations And accumulated, its UI design ideas have become a set of de facto standards, sought after and loved by many front-end developers and enterprises, and it is also a magic weapon in the hands of React developers. I hope ant-design-vue can allow Vue developers to enjoy the excellent design of Ant Design.

ant-design-vue is the Vue implementation of Ant Design. The style of the component is synchronized with Ant Design. The html structure and css style of the component are also consistent. It truly achieves zero modification of the style, and the component API is also kept as much as possible. Consistent.

Ant Design Vue is committed to providing programmers with a pleasant development experience.

The above is the detailed content of Can ant-design vue be used?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How to configure the lifecycle hooks of the component in VueHow to configure the lifecycle hooks of the component in VueMar 04, 2025 pm 03:29 PM

This article clarifies the role of export default in Vue.js components, emphasizing that it's solely for exporting, not configuring lifecycle hooks. Lifecycle hooks are defined as methods within the component's options object, their functionality un

How to configure the watch of the component in Vue export defaultHow to configure the watch of the component in Vue export defaultMar 04, 2025 pm 03:30 PM

This article clarifies Vue.js component watch functionality when using export default. It emphasizes efficient watch usage through property-specific watching, judicious deep and immediate option use, and optimized handler functions. Best practices

What is Vuex and how do I use it for state management in Vue applications?What is Vuex and how do I use it for state management in Vue applications?Mar 11, 2025 pm 07:23 PM

This article explains Vuex, a state management library for Vue.js. It details core concepts (state, getters, mutations, actions) and demonstrates usage, emphasizing its benefits for larger projects over simpler alternatives. Debugging and structuri

How do I implement advanced routing techniques with Vue Router (dynamic routes, nested routes, route guards)?How do I implement advanced routing techniques with Vue Router (dynamic routes, nested routes, route guards)?Mar 11, 2025 pm 07:22 PM

This article explores advanced Vue Router techniques. It covers dynamic routing (using parameters), nested routes for hierarchical navigation, and route guards for controlling access and data fetching. Best practices for managing complex route conf

How do I create and use custom plugins in Vue.js?How do I create and use custom plugins in Vue.js?Mar 14, 2025 pm 07:07 PM

Article discusses creating and using custom Vue.js plugins, including development, integration, and maintenance best practices.

How do I configure Vue CLI to use different build targets (development, production)?How do I configure Vue CLI to use different build targets (development, production)?Mar 18, 2025 pm 12:34 PM

The article explains how to configure Vue CLI for different build targets, switch environments, optimize production builds, and ensure source maps in development for debugging.

What are the key features of Vue.js (Component-Based Architecture, Virtual DOM, Reactive Data Binding)?What are the key features of Vue.js (Component-Based Architecture, Virtual DOM, Reactive Data Binding)?Mar 14, 2025 pm 07:05 PM

Vue.js enhances web development with its Component-Based Architecture, Virtual DOM for performance, and Reactive Data Binding for real-time UI updates.

How do I use Vue with Docker for containerized deployment?How do I use Vue with Docker for containerized deployment?Mar 14, 2025 pm 07:00 PM

The article discusses using Vue with Docker for deployment, focusing on setup, optimization, management, and performance monitoring of Vue applications in containers.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version