Frontend Documentation

This section covers the Vue.js frontend application integrated into the Laravel inventory management system.

Overview

The frontend is built with:

Quick Start

# Install dependencies
npm install

# Development server
npm run dev

# Build for production
npm run build

# Run tests
npm run test

# Quality checks
npm run quality-check

Architecture

The frontend follows the component-based architecture with clear separation of concerns:

Integration with Laravel

The Vue.js application is integrated into Laravel as a Single Page Application (SPA):

Documentation Sections