# veui **Repository Path**: mirrors_ecomfe/veui ## Basic Information - **Project Name**: veui - **Description**: Enterprise UI for Vue.js. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VEUI [![](https://img.shields.io/github/actions/workflow/status/ecomfe/veui/test.yml)](https://github.com/ecomfe/veui/actions/workflows/test.yml) [![](https://img.shields.io/codecov/c/github/ecomfe/veui)](https://codecov.io/gh/ecomfe/veui) Documentation: [δΈ­ζ–‡ πŸ‡¨πŸ‡³](https://veui.dev) | [English πŸ‡ΊπŸ‡Έ](https://veui.dev/en-US) Enterprise UI components for Vue.js. Based on [BAIDU](https://www.baidu.com)'s Light Design Language System (Light Design). ## Features * 🀘 Powerful and flexible components & directives * πŸ’… Switchable/customizable themes * 🌲 Fully tree-shakable components * 🌐 I18N support w/ compile-time optimization * ⌨️ A11Y support w/ ARIA annotation & complete keyboard navigation * ☁️ SSR support w/ component level Critical CSS Packages included in this repo are: * [`veui`](./packages/veui) * [`babel-plugin-veui`](./packages/babel-plugin-veui) * [`veui-loader`](./packages/veui-loader) * [`veui-theme-dls`](./packages/veui-theme-dls) * [`veui-theme-dls-icons`](./packages/veui-theme-dls-icons) ## Contribution To develop `veui` locally you need to clone this repo and run the following in `veui`'s root directory (VEUI uses pnpm as the package manager): ```sh $ pnpm install $ pnpm dev ``` And then you should be able to see the demo via `http://localhost:8080/`. ## License [MIT](./LICENSE)