MCPcopy Index your code
hub / github.com/MasteringNuxt/mastering-nuxt-full-stack-unleashed

github.com/MasteringNuxt/mastering-nuxt-full-stack-unleashed @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
60 symbols 141 edges 42 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Extension points exported contracts — how you extend this code

GitHubUser (Interface)
(no doc)
layers/auth/shared/types/types.ts

Core symbols most depended-on inside this repo

getAuthenticatedUserId
called by 14
layers/auth/server/utils/auth.ts
getChatByIdForUser
called by 7
layers/chat/server/repository/chatRepository.ts
createOpenAIModel
called by 4
layers/chat/server/services/ai-service.ts
updateProjectInList
called by 3
layers/chat/app/composables/useProject.ts
createMessageForChat
called by 3
layers/chat/server/repository/chatRepository.ts
getMessagesByChatId
called by 3
layers/chat/server/repository/chatRepository.ts
isWithinDays
called by 3
layers/base/app/utils/dateUtils.ts
getProjectByIdForUser
called by 2
layers/chat/server/repository/projectRepository.ts

Shape

Function 59
Interface 1

Languages

TypeScript100%

Modules by API surface

layers/chat/server/repository/chatRepository.ts9 symbols
layers/chat/server/repository/projectRepository.ts7 symbols
layers/chat/app/composables/useChats.ts6 symbols
layers/chat/server/services/ai-service.ts5 symbols
layers/chat/app/composables/useChatScroll.ts5 symbols
layers/chat/app/composables/useChat.ts5 symbols
layers/chat/app/composables/useProjects.ts3 symbols
layers/chat/app/composables/useProject.ts3 symbols
layers/auth/server/routes/auth/github.get.ts3 symbols
layers/auth/server/repository/userRepository.ts3 symbols
layers/chat/server/api/chats/[id]/messages/stream.post.ts2 symbols
layers/base/app/utils/dateUtils.ts2 symbols

For agents

$ claude mcp add mastering-nuxt-full-stack-unleashed \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page