GitXplorerGitXplorer
a

arco-plugins

public
69 stars
41 forks
9 issues

Commits

List of commits on branch main.
Verified
880da2a8cd811f5803a306ca791cb8cdf63771ed

fix(unplugin): correct unplugin-react plugin due to rspack deprecated buildin option

JJustinidlerz committed 5 months ago
Unverified
3232c02668c99085f5e3f14cbb6fe0374757b629

fix(unplugin): fix undefined problem

fflsion committed 10 months ago
Unverified
beb36455cdda18c303222d21baf7f2d8d3adfcce

release version

fflsion committed 10 months ago
Unverified
ae57c591ef41814a61401c3d23aa2b440d0f203d

fix(unplugin): fix rspack problem

fflsion committed 10 months ago
Verified
c25c55a0a9fe195e1a632a1fa0f63a1bd452df3d

fix(plugin-webpack-react): 补充判断逻辑 (#56)

ssHow8e committed a year ago
Verified
9055811fb3e60633d93e5f95c9b60f1e5b5821f6

fix(plugin-webpack-react): 修复css变量失效问题 (#55)

ssHow8e committed a year ago

README

The README file for this repository.

arco-design plugin library

A collection of plugins serving the Arco ecosystem.

Background

The purpose of the plugin is to solve the problem of using the Arco component library and connect ecological products from the architectural level to minimize the use cost.

Features

The main functions are as follows:

  1. Load on demand: Components, icons and styles are loaded on demand in one step.
  2. Theme import: The product of the style configuration platform, it only needs to be imported on the plugin to take effect.
  3. Icon Replacement: Specify the package name of the icon library, and the plugin will read the icons in the package and replace the icons with the same name used in the component library.

Plugin list

The functions of different architectures are different due to different progress. Go to the plugin details page to find more useful functions:

  1. unplugin for React
  2. webpack plugin for React
  3. vite plugin for React
  4. vite plugin for Vue

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.