2020-08-13 11:47:56 +08:00
# VEUI
:::oss-badges
2021-07-19 16:27:38 +08:00
[<img alt="VEUI on CircleCI" src="https://badgen.net/circleci/github/ecomfe/veui?label=CircleCI&cache=300" height="20"> ](https://circleci.com/gh/ecomfe/veui ) [<img alt="VEUI on npm" src="https://badgen.net/npm/v/veui?cache=300" height="20"> ](https://www.npmjs.com/package/veui )
2020-08-13 11:47:56 +08:00
:::
> VEUI is an enterprise UI component library, based on [Vue.js](https://vuejs.org).
#### 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
VEUI is designed to keep components and styles separated. Users can develop and specify their own theme package for VEUI. `veui-theme-dls` is the built-in theme package.
2020-12-22 16:33:30 +08:00
VEUI is published as Vue single file components and ES modules with untranspiled ES next code thus requires to be compiled along with the application project.
2020-08-13 11:47:56 +08:00
Apart from components, VEUI also offers various powerful directives and plugins to boost application development based on Vue.js.
#### Browser compatibility
All evergreen browsers and IE11+.
#### License
[MIT ](https://github.com/ecomfe/veui/blob/dev/LICENSE )