# UI/UX Pro Max Skill 安裝指南

這個版本先採用低摩擦交付：購買後提供下載內容與安裝指南，不做複雜防盜版或授權檢查。

## 安裝方式

在你的專案資料夾執行：

```bash
npx uipro-cli init --ai codex
```

如果要安裝給 Claude Code：

```bash
npx uipro-cli init --ai claude
```

如果要離線安裝，或已經下載好工具包：

```bash
npx uipro-cli init --ai codex --offline
```

## 本次示範 Prompt

```text
Build an elegant NFT art gallery landing page with minimal design, curated collections, artist profiles, exhibition previews, and minting interface. Focus on art presentation.
```

## 額外限制

```text
Use Cloudflare colors: orange #F38020, blue #0051C3, gold #FAAE40, off-white #F8F7F2, charcoal #101820.
Keep the page minimal and art-first.
```

## 本專案示範頁

- `/nft-gallery`
- 使用 Nuxt + Cloudflare Pages
- 使用 Cloudflare 配色
- 包含 curated collections、artist profiles、exhibition preview、minting interface
