Getting Started: Installing Your Template

Follow these steps to get started with the template:

  1. Select Your Template Folder:
    • Choose either the Landing Page folder based on your needs to find all the template files
  2. Upload Files to Your Server:
    • Use FTP to upload the files to your server.
  3. Maintain the Folder Structure:
    • Ensure you maintain the structure while uploading the required files/folders:
    Landing folder:
    QLOUD-VUE/
    ├── public/
    │   ├── assets/
    │   │   ├── img/
    │   │   │   └── All Images
    │   │   ├── vendor/
    │   │   │   ├── language/
    │   │   │   │    └── All languages JSON file
    │   │   ├── favicon.ico
    src/
    │   ├── assets/
    │   │   ├── custom-scss/
    │   │   │   └── All Custom Css
    │   │   ├──  scss/
    │   │   │   └── All Css
    │   │   ├──  vendor/
    │   │   │   └── All vendor file
    │   ├── components/
    │   │   └── All Components
    │   ├── hooks/
    │   │   └── All Datatable js file
    │   ├── layouts/
    │   │   └── All Layouts file
    │ ├── plugins/
    │ │ └── All plugin file
    │   ├── router/
    │   │   └── Index Route File    
    │   ├── views/
    │   │   └── All View Files
    │   ├── App.vue
    │ ├── main.js
    └──.env
    └──.env.example
    └──.gitignore
    └──.htaccess
    └──index.html
    └──babel.config.js
    └──jsconfig.json
    └──package-lock.json
    └── package.json
    └──vue.config.js
    
    Note: Other files can be used according to your convenience.
  4. Completion.
    • Now that you have followed these steps, your basic installation is complete. Your site is ready to be showcased to the world!