dev-made-it Cursor Rules — Cursor Rules | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorRulesdev-made-it Cursor Rules
    Back to Rules
    Frontend

    dev-made-it Cursor Rules

    jm-sky April 15, 2026
    0 copies 0 downloads

    This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

    Rule Content
    # CLAUDE.md
    
    This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
    
    # Dev Commands
    
    ## Development  
    - `pnpm dev` - Start development server (Nuxt dev mode)
    - `pnpm build` - Build for production  
    - `pnpm generate` - Generate static site
    - `pnpm preview` - Preview production build
    - `pnpm postinstall` - Prepare Nuxt (runs automatically after install)
    
    ## Linting and Type Checking
    - ESLint: Uses @nuxt/eslint module with configuration in `eslint.config.mjs`
    - TypeScript references are managed by Nuxt's generated tsconfig files
    
    ## Dependencies
    - Project uses **pnpm** as package manager
    - Uses Nuxt 4 with Vue 3 and TypeScript
    - Key modules: @nuxt/eslint, @nuxt/ui, @nuxtjs/i18n, shadcn-nuxt, @vueuse/motion/nuxt, @vite-pwa/nuxt
    - Styling: Tailwind CSS v4 with @tailwindcss/vite plugin
    
    # Project Architecture
    
    ## Component Structure
    - **app/components/**: Nuxt-accessible components organized by category:
      - `Buttons/`: DarkModeButton, LocaleButton  
      - `Cards/`: AboutCard, BaseCard, ContactCard
      - `Layout/`: Navbar, NavbarLinks
      - `Sections/`: HeroSection, AboutSection, ContactSection, FooterSection, ScrollToTop, BaseSection
      - `List/`: List, ListItem
      - `Logo/`: CompanyLogo, CompanyName
      - `Examples/`: Example components
      - `ui/`: shadcn-vue components (managed by shadcn-nuxt)
      - `GradientMaskedContent.vue`: Standalone component
    
    ## Application Structure  
    - **Page-based routing**: `app/app.vue` serves as root layout rendering `NuxtPage`
    - **Main page**: `app/pages/index.vue` contains all sections (Hero → About → Contact → Footer with ScrollToTop)
    - **404 page**: `app/pages/404.vue` for error handling
    - **Static generation ready**: Uses `pnpm generate` for deployment
    
    ## Internationalization (i18n)
    - **Locales**: Polish (default), English, and Russian in `i18n/locales/`
    - **Configuration**: Cookie-based detection, redirects on root
    - **Integration**: Uses @nuxtjs/i18n module with vue-i18n
    
    ## Styling System
    - **Tailwind CSS v4**: Latest version with Vite plugin integration
    - **shadcn-vue**: Component library with New York style, slate base color
    - **CSS location**: `app/assets/css/index.css` (referenced as `~/assets/css/index.css` in nuxt.config.ts)
    - **Component styling**: Uses CSS variables for theming
    - **Animations**: @vueuse/motion/nuxt for motion animations with respect for user preferences
    
    ## Build and Deployment
    - **Static generation**: Primary deployment method via `pnpm generate`
    - **Build script**: `scripts/build-deploy.sh` handles git pull, pnpm install, generate, and finalization
    - **Production**: Uses Nuxt's optimized build process
    - **PWA**: Progressive Web App support via @vite-pwa/nuxt module
    
    # Key Configuration Files
    - `nuxt.config.ts`: Main Nuxt configuration with modules and i18n setup
    - `components.json`: shadcn-vue configuration with aliases and styling preferences
    - `tsconfig.json`: TypeScript references managed by Nuxt's generated configs
    
    

    Tags

    vuetypescripttailwindcss

    Comments

    More Rules

    View all
    Web Development

    Next.js 15 + TypeScript Cursor Rules

    Comprehensive .cursorrules file for Next.js 15 App Router projects with TypeScript, enforcing server components by default, proper use of "use client" directive, and App Router conventions.

    C
    Community
    Backend Development

    Python FastAPI Best Practices Rules

    Cursor rules for Python FastAPI projects enforcing async patterns, Pydantic v2 models, dependency injection, and proper error handling.

    C
    Community
    Frontend Development

    React + TypeScript Component Rules

    Rules for consistent React component development with TypeScript interfaces, proper hook patterns, and component composition.

    C
    Community
    AI/ML

    Cursor Agent Mode Configuration

    Rules optimizing Cursor Agent mode behavior including multi-file editing context, session management, and autonomous task completion patterns.

    C
    Cursor Team
    Frontend Development

    Tailwind CSS + shadcn/ui Rules

    Cursor rules for projects using Tailwind CSS with shadcn/ui component library, enforcing consistent utility class usage and component patterns.

    C
    Community
    Backend Development

    Go Backend Service Rules

    Rules for Go backend services enforcing idiomatic Go patterns, proper error handling, and clean architecture conventions.

    C
    Community

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.