docs_vue2/one/docs/index.md
2021-11-04 18:05:34 +08:00

32 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
toc: false
---
# VEUI
:::oss-badges
[<img alt="VEUI build status" src="https://img.shields.io/github/workflow/status/ecomfe/veui/test/d20" height="20">](https://github.com/ecomfe/veui/actions/workflows/test.yml) [<img alt="VEUI on npm" src="https://img.shields.io/npm/v/veui" height="20">](https://www.npmjs.com/package/veui) [<img alt="MIT License" src="https://img.shields.io/github/license/ecomfe/veui">](https://github.com/ecomfe/veui/blob/d20/LICENSE)
:::
> VEUI 是一套基于 [Vue.js](https://vuejs.org) 的企业级应用组件库。
#### 功能
* 🤘 强大且灵活的组件和指令
* 💅 可切换/自定义的主题
* 🌲 组件可以轻松进行 Treeshake
* 🌐 含编译时优化的 I18N 支持
* ⌨️ 含 ARIA 标注及全功能键盘操作的 A11Y 支持
* ☁️ 含组件级别 critical CSS 提取的 SSR 支持
VEUI 采用组件库样式与逻辑分离的方式开发,用户可以灵活地指定甚至自行开发 VEUI 的主题包。VEUI 官方提供的默认主题包为 `veui-theme-dls`
VEUI 是通过未经转译的 Vue 单位件组件及 ES 模块进行发布的需要与用户项目本身一同编译构建。VEUI 除了提供丰富的组件,还提供多个功能强大的指令及插件,帮助开发者迅速搭建基于 Vue 的应用。
#### 浏览器兼容性
兼容 IE11 以上的现代浏览器。
#### 许可证
[MIT](https://github.com/ecomfe/veui/blob/dev/LICENSE)