Package Exports
- fighting-design
- fighting-design/es/index.es.mjs
- fighting-design/lib/index.d.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fighting-design) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 做出贡献的人!