Skip to content
On this page

Developer Guide

This Laravel and VueJS based app.

Any kind of customization support is not available but here are some guide for you.

Compile Vue

There is used ViteJS for the compiling files.

if you want to do some changes in the vue files.

point your terminal to the /packages/admin

and run npm install

after that there are 2 commands to follow:

npx vite for the development

npx vite build for the production.

That's it.