GitXplorerGitXplorer
a

arco-design-vue

public
2801 stars
555 forks
808 issues

Commits

List of commits on branch main.
Verified
39b69d5bd003d1770c78c093e8de9a23e5ec5585

fix(descriptions): fixes the issue related to the layout distribution of span (#3409)

ooljc committed 11 days ago
Verified
04fd194b950f34031b6ff9e3f1d9c86455588c13

fix: re-throw error in onBeforeOk for proper error handling (#3407)

ooljc committed 12 days ago
Verified
fe47db130689e6c3cc3b1b4be19a8a613fc42c2c

fix:解决message定位会受到布局影响,从而不显示的问题 (#3406)

jjadelike-wine committed 15 days ago
Verified
5187faa7efd6300636e38d00dc8d58ae67411c7d

fix(table): fix fixed column background style issue in dark mode (#3398)

ooljc committed 23 days ago
Verified
30348b95f2342be10a8bddf99ab052cf8f42db80

docs(date-picker): 修正快捷方式中的时间范围为下周,原文设置的是'month' (#3392)

FFengBuPi committed 23 days ago
Verified
19bb6a6cfa8e2f81080c28e97f37e5695b0b4f6c

ci(workflows): optimize remove-labels rule and permissions (#3397)

ooljc committed 24 days ago

README

The README file for this repository.

Arco Design

A comprehensive Vue UI components library based on the Arco Design system.

license

English | 简体中文

Features

Comprehensive

With more than 60 crafted components that you can use out of the box.

Customizable theme

Extensive theme tokens can be customized to build your own theme. Two ways of customization are supported:

TypeScript friendly

All components are written in TypeScript so it's type friendly.

Installation

Available as an npm package

// with npm
npm install @arco-design/web-vue

// with yarn
yarn add @arco-design/web-vue

Examples

import { createApp } from 'vue'
import ArcoVue from '@arco-design/web-vue';
import App from './App.vue';
import '@arco-design/web-vue/dist/arco.css';

const app = createApp(App);
app.use(ArcoVue);
app.mount('#app');

Development

  1. Use npm install -g to install basic packages such as lerna and yarn.

  2. Use yarn install to install the dependencies of each package in workspaces (If you encounter a YN0018 error, you can use YARN_CHECKSUM_BEHAVIOR=update yarn to install).

  3. Use npm run init to initialize the project.

Useful Links

Ecosystems

Project Description
React Component Library A comprehensive React UI components library based on the Arco Design system
Design Lab A platform to create and manage your themes with ease.
Material Market A platform that provides massive high-quality customized materials to greatly boost development efficiency.
Icon Box One-stop platform to manage your icons.
Arco Pro A solution to quickly building applications from scratch.

Contributing

Developers interested in contributing should read the Code of Conduct and the Contributing Guide.

Thank you to all the people who already contributed to ArcoDesign!

License

Ths project is MIT licensed.