@trixyon/ui-nuxt
v1.2.6
Published
Trixyon UI Component Library
Readme
Trixyon UI Nuxt Module
Trixyon UI Component Library 是一个基于 Nuxt 4 的 UI 组件库,提供了一系列可复用的 Vue 组件,用于快速构建现代化的 Web 应用程序。
Features
- 🎨 丰富的 UI 组件库
- 📱 响应式设计
- 🎯 易于集成
- 🛠 高度可定制
Quick Setup
安装模块到您的 Nuxt 应用程序:
npm install @trixyon/ui-nuxt在 nuxt.config.ts 中添加模块配置:
export default defineNuxtConfig({
modules: ['@trixyon/ui-nuxt'],
});That's it! You can now use Trixyon UI components in your Nuxt app ✨
Contribution
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release