A Vue.js 3 UI Library based on Arco Design
Go to file
2024-09-26 16:23:49 +08:00
.github ci: adjust ci run conditions and minor details (#3305) 2024-09-20 15:43:38 +08:00
.husky chore: remove yarn test from pre-commit 2021-11-08 15:10:47 +08:00
.vscode Add a slot named error-icon to support custom error status icon (#85) 2021-11-05 18:51:50 +08:00
.yarn ci: modify package.json and husky 2021-10-25 21:26:40 +08:00
packages fix(cascader): fix custom empty slot not working in some cases (#3315) 2024-09-26 16:23:49 +08:00
.editorconfig first commit for open source 2021-10-25 15:57:31 +08:00
.eslintignore first commit for open source 2021-10-25 15:57:31 +08:00
.eslintrc.js first commit for open source 2021-10-25 15:57:31 +08:00
.gitattributes chore(gitattributes): fix lf convert to crlf (#2634) 2023-08-18 19:46:02 +08:00
.gitignore chore: add yarn.lock and github actions 2021-10-28 14:35:29 +08:00
.prettierrc.js style: fix IDE-reported ESLint Error: Remove ␍ Error (#2626) 2023-08-11 17:44:12 +08:00
.yarnrc.yml feat: update yarn config 2022-03-29 12:00:21 +08:00
CODE_OF_CONDUCT.md first commit for open source 2021-10-25 15:57:31 +08:00
commitlint.config.js feat: update commit config 2022-05-13 15:13:27 +08:00
CONTRIBUTING.md chore(CONTRIBUTING.md): Replacement characters (#1790) 2022-10-28 14:20:59 +08:00
CONTRIBUTING.zh-CN.md chore(CONTRIBUTING.md): Replacement characters (#1790) 2022-10-28 14:20:59 +08:00
lerna.json first commit for open source 2021-10-25 15:57:31 +08:00
LICENSE first commit for open source 2021-10-25 15:57:31 +08:00
package.json chore: add preview yml (#2003) 2022-12-30 20:09:42 +08:00
README.md fix(modal): add ts prop 2021-12-14 18:31:55 +08:00
README.zh-CN.md fix(modal): add ts prop 2021-12-14 18:31:55 +08:00
yarn.lock feat: update icons 2023-09-27 11:59:13 +08:00

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.