Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arco-design/arco-plugins
Webpack / Vite plugins for Arco Design
https://github.com/arco-design/arco-plugins
arco arco-design plugin
Last synced: 9 days ago
JSON representation
Webpack / Vite plugins for Arco Design
- Host: GitHub
- URL: https://github.com/arco-design/arco-plugins
- Owner: arco-design
- License: mit
- Created: 2021-10-25T04:03:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T11:36:58.000Z (about 1 month ago)
- Last Synced: 2024-11-07T22:48:29.315Z (13 days ago)
- Topics: arco, arco-design, plugin
- Language: TypeScript
- Homepage: https://arco.design
- Size: 1.2 MB
- Stars: 68
- Watchers: 7
- Forks: 41
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](./packages/unplugin-react/README.md)
2. [webpack plugin for React](./packages/plugin-webpack-react/README.md)
3. [vite plugin for React](./packages/plugin-vite-react/README.md)
4. [vite plugin for Vue](./packages/plugin-vite-vue/README.md)## Contributing
Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md) and
the [Contributing Guide](./CONTRIBUTING.md).Thank you to all the people who already contributed to ArcoDesign!
## License
Ths project is [MIT licensed](./LICENSE).