preview files

This commit is contained in:
mi1468 2025-04-26 14:54:13 +03:30
parent d0ebfd56a1
commit 56769fc1b8
5 changed files with 3924 additions and 121 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,10 +8,17 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"@google/model-viewer": "^4.1.0",
"@videojs-player/vue": "^1.0.0",
"@videojs/themes": "^1.0.1",
"axios": "^1.8.4", "axios": "^1.8.4",
"core-js": "^3.8.3", "core-js": "^3.8.3",
"video.js": "^7.21.7",
"vue": "^3.2.13", "vue": "^3.2.13",
"vue-router": "^4.5.0" "vue-pdf-embed": "^2.1.2",
"vue-router": "^4.5.0",
"vue-video-player": "^6.0.0",
"vue3-video-player": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.16", "@babel/core": "^7.12.16",
@ -23,6 +30,8 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3", "eslint-plugin-vue": "^8.0.3",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.6",
"tailwindcss": "^4.1.3" "tailwindcss": "^4.1.3"
}, },
"eslintConfig": { "eslintConfig": {

View File

@ -2,7 +2,7 @@
<div id="app"> <div id="app">
<!-- Main App Layout --> <!-- Main App Layout -->
<h1 class="app-title">XRoom Dashboard</h1> <h1 class="app-title"> </h1>
<!-- The router-view here will display the active route's component --> <!-- The router-view here will display the active route's component -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because it is too large Load Diff