Go to file
pooyarhz99 9716cb3194 Updated base url 2025-10-19 19:42:44 +03:30
public 31/2/1401 2022-05-21 17:56:04 +04:30
src Updated base url 2025-10-19 19:42:44 +03:30
.browserslistrc Initial Commit 2021-12-07 14:49:45 +03:30
.dockerignore Added docker ignore file 2025-05-07 19:20:18 +03:30
.eslintignore Initial Commit 2021-12-07 14:49:45 +03:30
.eslintrc.js Initial Commit 2021-12-07 14:49:45 +03:30
.gitignore Subscriptions 70% done 2023-01-13 18:46:26 +03:30
.prettierignore Initial Commit 2021-12-07 14:49:45 +03:30
DOC.txt Added dockerfile 2025-05-07 19:19:14 +03:30
Dockerfile Added dockerfile 2025-05-07 19:19:14 +03:30
IralexAdmin.code-workspace Initial Commit 2021-12-07 14:49:45 +03:30
README.md Subscription Plan 70% 2023-01-06 18:03:05 +03:30
[Table Engine Example] Matters.vue Backup before installing packages 2022-01-27 13:09:27 +03:30
babel.config.js Before installing XTable dependencies 2021-12-07 17:01:37 +03:30
jsconfig.json Initial Commit 2021-12-07 14:49:45 +03:30
package-lock.json Bug fix 2022-03-03 17:31:15 +03:30
package.json [9/10/1400] All APIs since 7/10/1400 are done 2022-01-29 12:04:56 +03:30
postcss.config.js Initial Commit 2021-12-07 14:49:45 +03:30
themeConfig.js Initial Commit 2021-12-07 14:49:45 +03:30
vue.config.js Initial Commit 2021-12-07 14:49:45 +03:30
woodpecker.yml Added woodpecker. 2025-10-16 17:29:27 +03:30

README.md

Documentation

Loading

You can use the global loader (defined in "src/store/app") using the 'app/TOGGLE_OVERLAY' mutation.

this.$store.commit('app/TOGGLE_OVERLAY')

It displays a loader only on the content of the page and does not include the main menu.

Validations

Validations are in the file "src/@core/utils/validations/validations.js".\

UI Elements


The Navbar

Navbar is the horizontal menu displayed at the top of the application. It is located at "src/@core/layouts/components/app-navbar/AppNavbarVerticalLayout.vue".

Main Menu

Main menu is the giant menu displayed to the left of the screen.
The list of menus to display is located at "src/navigation/vertical".

Install & Run

Get the project by cloning it to a folder (or just download the zip).

git clone <todo: add the git address>
cd <todo: add branch name>

Then, install all the node modules. The project is compatible with node v14; using higher node versions might cause you installation errors.

npm install

or

yarn

To run the project, use the 'serve' command.

npm run serve

or

yarn serve