Getting Started: Installing Your Template

Follow these steps to get started with the template:

  1. Upload Files to Your Server:
    • Use FTP to upload the files to your server.
  2. Maintain the Folder Structure:
    • Ensure you maintain the structure while uploading the required files/folders:
    Template Folder:
    XRAY-VUE/
    ├── public/
    │   ├── assets/
    │   │   └──  images/
    │   │   │   └── All Images
    │   │   └──  vendor/
    │   │   │   └── All Vendor
    src/
    │   ├── assets/
    │ │ └── js/
            │ │ │ └── All JS
    │   │   └──  scss/
    │   │   │   └── All Css
    │   │   └──  vendor/
    │   │   │   └── All vendor Css
    │   ├── components/
    │   │   └── All Components
    │ ├── hooks/
    │   ├── layouts/
    │   │   └── All Layouts file
    │   ├── plugins/
    │   │   └── Index Plugins File    
    │   ├── router/
    │   │   └── Index Route File    
    │   ├── store/
    │   │   └── Storage File
    │   ├── utilities/
    │   │   └── All Utilities
    │   ├── views/
    │   │   └── All View Files
    │   ├── App.vue
    │ ├── main.js
    └── .gitignore
    └── index.html
    └── jsconfig.json
    └── package-lock.json
    └── package.json
    └── vite.config.js
    
    Note: Other files can be used according to your convenience.
  3. Completion.
    • Now that you have followed these steps, your basic installation is complete. Your site or dashboard is ready to be showcased to the world!