Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
npm install fighting-design
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
- โ๏ธ 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
- โ๏ธ Put forward demands and keep improving
- ๐ More configuration options & flexible components
- ๐ More features are under development
Use pnpm install
``shell`
pnpm add --save-dev fighting-design
Use npm install
`shell`
npm install --save-dev fighting-design
Use yarn install
`shell`
yarn add --save-dev fighting-design
Put the following code into main.ts
`ts
import { createApp } from 'vue'
import App from './App.vue'
import FightingDesign from 'fighting-design'
import 'fighting-design/dist/index.css'
const app = createApp(App)
app.use(FightingDesign)
app.mount('#app')
`
`html
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/fighting-design/dist/index.css"
/>
ๆฌข่ฟไฝฟ็จ Fighting Design๏ผ
`
- Official documents
- NPM
- CONTRIBUTING
- CHANGELOG
Add WeChat & please note the Github username

Thanks to everyone who has already contributed to Fighting Design`!