Skip to content

Vue

Frontend notes for components, composables, state and patterns used with Inertia.

Areas

  • Components: structure, props, events and slots.
  • Composables: reusable logic.
  • Patterns: forms, lists, filters and modals.

Comandos

bash
npm install
npm run dev
npm run build