Skip to content

xiaodemen/veui

 
 

Repository files navigation

VEUI

Documentation: 中文 🇨🇳 | English 🇺🇸

Enterprise UI components for Vue.js. Based on ONE DESIGN from Baidu, Inc.

🚧 This is a work in progress. 🚧

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

Four packages are included in this repo:

Please visit each package for further introductions.

Contribution

To develop veui locally you need to clone this repo and run the following in veui's root directory:

$ npm run bootstrap
$ npm run dev

And then you should be able to see the demo via http://localhost:8080/.

License

MIT

Packages

No packages published

Languages

  • Vue 46.8%
  • JavaScript 45.6%
  • CSS 7.6%