Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
Chinese | English
- πͺ 60+ common components
- πͺ Developed with the latest features of Vue.js
- π Fully based on Vite, fast enough
- π€ Ultimate development experience
- π₯ Ultra detailed JSDoc comments
- 𦩠Zero third party dependency
- πͺ Different packaging modes which compatible with different projects
- π Support full import and on-demand import
- β Written with TypeScript & Template
- ποΈ Strict TypeScript Type
- π€ Global no any type
- βοΈ Easy to configure and easy to use
- π© Complete and adequate unit tests
- π Maintained by the community team
- β€οΈ Developed according to actual demand
- π High quality detailed documentation
- π Improve RFC
- βοΈ Put forward demands and keep improving
- π More configuration options & flexible components
- π More features are under development
Use pnpm
install
pnpm add --save-dev fighting-design
Use npm
install
npm install --save-dev fighting-design
Use yarn
install
yarn add --save-dev fighting-design
Put the following code into 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')
Add WeChat & please note the Github
username
Thanks to everyone who has already contributed to Fighting Design
!