fighting-design

(โ˜… 561)

๐ŸŒˆ Fighting Design ๅฏๅœจ vue3 ๅบ”็”จ็จ‹ๅบไธญๅฟซ้€Ÿๆž„ๅปบไบคไบ’็•Œ้ข๏ผŒ็œ‹่ตทๆฅ่ฟ˜ไธ้”™ใ€‚(๐ŸŒˆ Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.)

  • .eslintignore
  • .eslintrc
  • .gitignore
  • .npmrc
  • .prettierignore
  • .prettierrc
  • CHANGELOG.en-US.md
  • CHANGELOG.md
  • CNAME
  • commitlint.config.ts
  • CONTRIBUTING.en-US.md
  • CONTRIBUTING.md
  • LICENSE
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README.md
  • README.zh-CN.md
  • SECURITY.md
  • tsconfig.json
  • vite.config.css.ts
  • vite.config.icon.ts
  • vite.config.theme.ts
  • vite.config.ts
  • vitest.config.mts

# Installation Guide

1. Get the code
git clone https://github.com/FightingDesign/fighting-design

Downloads the entire project code from GitHub to your computer.

cd fighting-design

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
pnpm add --save-dev fighting-design

Type this command into your terminal and run it.

npm install --save-dev fighting-design

Downloads and installs the libraries listed in package.json.

yarn add --save-dev fighting-design

Type this command into your terminal and run it.

href="https://cdn.jsdelivr.net/npm/fighting-design/dist/index.css"

Type this command into your terminal and run it.

<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.global.js"></script>

Type this command into your terminal and run it.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation