Vue Amazing UI

screenshot of Vue Amazing UI
vite
vitepress
vue
less

基于 Vue3 + TypeScript + Vite 开发的 UI 组件库!主题可调,全量使用 TypeScript 和 SFC,支持 tree shaking!若觉得好用,欢迎点个 支持一下

Overview:

The Vue Amazing UI component library is built using Vue@3.4.38, TypeScript@5.5.4, Vite@5.4.2, and Less@4.2.0. It features 62 common basic UI components and 16 utility functions. The components are styled using the box-sizing: border-box; mode for consistent design. The library is continuously being updated for optimization.

Features:

  • 62 Basic UI Components: Including Alert, Avatar, Button, Card, Checkbox, DatePicker, Dialog, Input, Modal, Pagination, Tabs, and many more.
  • 16 Utility Functions: Functions like dateFormat, formatNumber, throttle, debounce, downloadFile, toggleDark, useEventListener, useMutationObserver, and more.
  • Modern Technologies: Utilizes Vue 3, TypeScript, Vite, and Less for efficient and flexible development.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vitepress
Vitepress

VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.