Overview
Vexip UI is a library of out-of-box components for Vue 3. The components are designed and written in a traditional Vue way, with full TypeScript support. The library includes over 70 components with configurable default property values. The code layout is designed to reduce the threshold of source code reading and follows the habits of daily business code. Vexip UI supports CSS variables, a built-in dark theme, i18n, SSR, and provides good accessibility. It also has over 900 unit tests for stability.
Features
- 70+ out-of-box high quality Vue 3 components
- Intuitive, minimalistic API design
- Configurable default value of props, quickly complete global/local modifications
- Composition API, good performance base
- With TypeScript, fully typed
- 900+ unit tests for stability
- Support CSS variables, built-in dark theme
- Support i18n
- Support resolver, support unplugin
- Support SSR
- Good accessibility
- Close to business code arrangement, low source code reading threshold
Installation
It is recommended to use pnpm or yarn to install Vexip UI. Here is an example of installing with pnpm:
pnpm install vexip
You can also install it with yarn:
yarn add vexip
Summary
Vexip UI is a library of out-of-box components for Vue 3 that provides over 70 components with customizable default property values. It is designed to be intuitive and minimalistic, with a focus on code readability and reducing the threshold of source code reading. With support for TypeScript, CSS variables, i18n, and SSR, Vexip UI is a versatile and accessible tool for building Vue applications.