Cursor AI 教程社区
Cursor AI 教程社区的开源网站,提供 Cursor AI 编辑器的使用教程、最佳实践和社区讨论。
访问
功能特点
- 📚 详细的使用教程和最佳实践
- ⌨️ 全面的快捷键指南
- 🤖 AI 功能使用指南
- 💡 编程技巧和案例分享
- 👥 活跃的社区讨论
技术栈
- VitePress - 静态站点生成器
- Vue 3 - 前端框架
- TypeScript - 类型安全
- Element Plus - UI 组件库
- Tailwind CSS - 样式框架
开发指南
环境要求
- Node.js 18+
- Git
本地开发
# 克隆仓库
git clone https://github.com/your-username/cursor-tutorial.git
# 安装依赖
pnpm install
# 启动开发服务器
pnpm dev
# 构建
pnpm build
# 代码格式化
pnpm lint
贡献指南
欢迎提交 Pull Request 来完善教程内容和网站功能!
- Fork 本仓库
- 创建你的特性分支 (
git checkout -b feature/AmazingFeature) - 提交你的更改 (
git commit -m 'Add some AmazingFeature') - 推送到分支 (
git push origin feature/AmazingFeature) - 开启一个 Pull Request
协议
MIT License
Log in or sign up for Devpost to join the conversation.