Skip to content

快速开始

欢迎使用 Speed UI!

介绍

Speed UI 是一个基于 Vue 3 + TypeScript + Vite 的现代化组件库。

特性

  • 快速开发 - 基于 Vite 构建,开发体验极佳
  • TypeScript - 完整的 TypeScript 支持
  • 现代化 - 使用最新的 Vue 3 Composition API
  • 主题定制 - 灵活的主题系统

安装

bash
npm install speed-ui

使用

vue
<template>
  <div>
    <sp-button type="primary">主要按钮</sp-button>
    <sp-button>默认按钮</sp-button>
  </div>
</template>

<script setup>
import { SpButton } from 'speed-ui'
</script>

下一步

Released under the MIT License.