This folder contains the built user interface (UI) of the VipZone plugin.

This is a compiled and production-optimized version.
Do not directly modify files in this folder as they will be overwritten during the next build.

To modify the sources:
1. Go to the /app folder
2. Install dependencies with "npm install"
3. Make your changes
4. Run "npm run build" to rebuild the interface

Note: Source files are located in the /app folder and are written in Vue.js.