Skip to content

Developer Guide

This app is based on Laravel 10 and VueJS 3.

While we don't provide customization support, we offer the following guide to help you make adjustments.

Compile Vue

We use ViteJS for file compilation.

If you need to modify Vue files, follow these steps:

  1. Navigate to the /packages/spack directory in your terminal.

  2. Run npm install to install the necessary dependencies.

  3. Execute the following commands:

    • npm run dev for development.
    • npm run build for production.

That's it! You're all set.