Skip to content

🎨 Fighting Design 是一款使用 TypeScript + Template 编写的 Vue3 轻量级组件库。(Fighting design is a Vue3 lightweight component library written with TypeScript + Template.)

License

Notifications You must be signed in to change notification settings

yn22638/fighting-design

 
 

Repository files navigation

Fighting Design

是一款使用 TypeScript + Template 编写的 Vue3 轻量级组件库

中文 | English

✨ 特性

  • 💪 使用 Vue.js 最新特性开发
  • 🐆 全面基于 Vite,速度够快
  • 🪐 不同打包模式,兼容不同项目
  • 🏆 支持完整引入和按需引入
  • ✅ 使用 TypeScript + Template 编写
  • 🖍️ 严格的 TypeScript 类型
  • ✔️ 配置简单,上手容易
  • 🚩 单元测试
  • 👍 社区团队维护
  • ❤️ 根据实际需求开发
  • 📃 优质详细的文档
  • 📌 完善 RFC
  • ☝️ 提出需求,不断完善
  • 🌍 更多配置项,灵活组件
  • 🛠 更多特性开发中

🔑 安装

使用 pnpm 安装

pnpm add fighting-design

使用 npm 安装

npm install fighting-design

使用 yarn 安装

yarn add fighting-Design

🎉 快速上手

main.ts 中引入下面内容

import { createApp } from 'vue'
import App from './App.vue'
import FightingDesign from 'fighting-design'
import 'fighting-design/dist/index.css'

createApp(App).use(FightingDesign).mount('#app')

🌈 加入 Fighting Design

添加微信请备注 Github 用户名

💌 特别感谢

感谢所有已经为 Fighting Design 做出贡献的人

💬 执照

MIT

About

🎨 Fighting Design 是一款使用 TypeScript + Template 编写的 Vue3 轻量级组件库。(Fighting design is a Vue3 lightweight component library written with TypeScript + Template.)

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 44.0%
  • SCSS 28.2%
  • Vue 23.5%
  • JavaScript 4.0%
  • Other 0.3%