HaimKortovich a2eb1f3789 Add nuxt-skills and update auto quotes to use new policy API structure
- Add nuxt-skills (vue, nuxt, nuxt-ui) to .claude/skills/
- Create useCustomerSelection() composable for managing insured/buyer selection
- Create usePolicyApi() composable for policy API operations
- Update auto quote components to use insured/buyer instead of client
- Update vehicle fields: remove valorVehiculo, add market_value, requested_value, rc_limits
- Make chassis_number and engine_number optional
- Update auto quote types and composables to match new API structure
- Update auto quote page to submit to policy API with new structure
2026-04-27 14:56:53 -05:00
2026-04-16 11:11:44 -05:00
2026-04-16 11:11:44 -05:00
2026-04-16 11:11:44 -05:00
2026-04-16 11:11:44 -05:00
WIP
2026-03-05 11:36:23 -05:00
WIP
2026-03-05 11:36:23 -05:00
2026-04-16 11:11:44 -05:00
WIP
2026-03-05 11:36:23 -05:00
WIP
2026-03-05 11:36:23 -05:00
2026-04-16 11:11:44 -05:00
2026-03-17 14:50:02 -05:00
2026-03-17 14:50:02 -05:00
WIP
2026-03-05 11:36:23 -05:00
WIP
2026-03-05 11:36:23 -05:00

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.

Description
No description provided
Readme 1.7 MiB
Languages
Vue 94.3%
TypeScript 3%
CSS 2.4%
Nix 0.2%