Appearance
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:
Navigate to the
/packages/spackdirectory in your terminal.Run
npm installto install the necessary dependencies.Execute the following commands:
npm run devfor development.npm run buildfor production.
That's it! You're all set.