Skip to content

ClaudeCode101-Welcome to Claude Code! This is a powerful AI programming assistant that helps you write, understand, and optimize code efficiently.

License

Notifications You must be signed in to change notification settings

geektao1024/ClaudeCode101

Repository files navigation

color mode

ClaudeCode101 - Claude Code 教程中心

中文 | English

Deploy GitHub Workflow Status (branch) thanks License

🤖 Claude Code 中文教程和最佳实践指南 - 基于 React v19 + Next.js + Nextra (v4) + TypeScript + TailwindCSS (v4) + Shadcn UI 构建

🛠️ 项目介绍

🤖 AI 编程助手
Claude Code 专业教程资源
📚 完整教程
从入门到高级的系统性学习
🔧 实用技巧
工作流程优化和最佳实践
🌏 双语支持
中英文对照学习资源

💝 如果这个教程对你有帮助,请用 Star ⭐ 支持我们

🎯 项目目标

本项目致力于提供最全面的 Claude Code 中文学习资源,帮助开发者:

  • 💡 快速上手 Claude Code 基础功能
  • 🚀 掌握进阶 工作流程和最佳实践
  • 🔧 优化配置 提升 AI 编程效率
  • 🌟 实战应用 解决真实开发场景

🎉 主要特性

  • ⚡️ 完整教程体系: 从安装配置到高级应用的系统性教程
  • 🤖 Claude Code 专精: 专注于 Claude Code 工具的深度讲解
  • 🎨 现代化设计: 基于 Tailwind CSS v4 和 Shadcn UI 的精美界面
  • 📚 结构化内容: 使用 Nextra v4 优化的文档体验
  • 🌏 双语支持: 完整的中英文对照资源
  • 📱 响应式设计: 完美适配桌面端和移动端

📋 教程内容

🚀 快速开始

⚙️ 自定义设置

🔧 工具集成

💼 工作流程

🎯 工作流优化

🚀 高级应用

前置条件

  • React 19.x
  • Node >= 20.x
  • Pnpm 9.x
  • VS Code 插件 dbaeumer.vscode-eslint >= v3.0.5 (pre-release)

本地开发

安装依赖

pnpm i

启动开发服务器

pnpm dev

然后在浏览器中打开 http://localhost:8000 即可访问

🎉 成功运行了? 如果你喜欢这个教程网站,别忘了鼓励一下:

Star this repo

使用 Shadcn UI 组件

本项目已集成 Shadcn UI,按照以下步骤使用组件:

添加新组件

pnpm dlx shadcn@latest add <组件名>

例如添加 Alert 组件:

pnpm dlx shadcn@latest add alert

使用组件

import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert'

export default function Home() {
  return (
    <Alert>
      <AlertTitle>重要提示!</AlertTitle>
      <AlertDescription>
        你现在正在学习 Claude Code 的最佳实践。
      </AlertDescription>
    </Alert>
  )
}

🤝 贡献指南

我们欢迎所有形式的贡献:

  • 📝 改进文档: 修正错误、补充内容、优化表达
  • 🐛 报告问题: 发现 bug 或提出改进建议
  • 💡 新增教程: 分享 Claude Code 使用技巧和最佳实践
  • 🌍 翻译协助: 帮助完善中英文对照内容

提交贡献

  1. Fork 本仓库
  2. 创建特性分支: git checkout -b feature/amazing-tutorial
  3. 提交更改: git commit -m 'Add amazing tutorial'
  4. 推送分支: git push origin feature/amazing-tutorial
  5. 提交 Pull Request

🌟 相关资源

资源名称 描述 链接
Claude Code 官方网站 Anthropic 官方 Claude Code 工具 claude.ai/code
Claude Code 官方文档 英文官方文档和API参考 docs.anthropic.com
Anthropic GitHub 官方 GitHub 组织 github.com/anthropics
Claude 3.5 Sonnet Claude Code 背后的强大模型 claude.ai

🚨 免责声明

本项目是基于公开信息和社区实践总结的非官方教程资源,仅供学习参考:

  • 内容来源:教程内容基于官方文档、社区实践和用户经验总结
  • 版本更新:Claude Code 功能快速迭代,部分内容可能存在时效性
  • 使用风险:请根据官方最新文档验证具体功能和最佳实践
  • 责任免除:使用本教程产生的任何问题,使用者需自行承担责任

建议配合 Claude Code 官方文档 学习使用。

📄 License

MIT License | Copyright © 2024-PRESENT GeekTao


让 AI 成为你最得力的编程伙伴 🤖✨

开始学习GitHub问题反馈

About

ClaudeCode101-Welcome to Claude Code! This is a powerful AI programming assistant that helps you write, understand, and optimize code efficiently.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published