Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
npm install @wu-web/fighting-design
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
Chinese | English
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
`
๐ Quick Start
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'
createApp(App).use(FightingDesign).mount('#app')
`
๐ช Quick experience
`html
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/fighting-design/dist/index.css"
/>
้ป่ฎคๆ้ฎ
ไธป่ฆๆ้ฎ
ๆๅๆ้ฎ
ๅฑ้ฉๆ้ฎ
่ญฆๅๆ้ฎ
ๅไธฝ็ๅ้็บฟ
ๆๅผ Dialog
ๆฌข่ฟไฝฟ็จ Fighting Design๏ผ
`
๐ณ Related links
- Official documents
- NPM
- CONTRIBUTING
- CHANGELOG
๐ Join Fighting Design
Add WeChat & please note the Github username
!WeChat
๐ Special Thanks
Thanks to everyone who has already contributed to Fighting Design`!