Getting Started: Installing Your Template
Follow these steps to get started with the template:
- Select Your Template Folder:
- Choose either the Landing Page folder based on your needs to find all the template files
- Upload Files to Your Server:
- Use FTP to upload the files to your server.
- Maintain the Folder Structure:
- Ensure you maintain the structure while uploading the required files/folders:
- 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!
Landing folder:
nuxt/
├── assets
│ ├── scss
│ │ └── All Scss folders
│ ├── vendor
│ components/
│ ├── all components
│ lang
│ ├── All Lang Json files
│ layouts
│ ├── All Layouts files
│ pages
│ ├── All pages
│ public
│ ├── assets
│ │ └── images
│ │ └── video
│ ├── vendor
│ server
│ StaticData
│ ├── All staticData Js files
│ store
│ ├── setting
│ ├── streamitMedia
│ utilities
│ ├── All ultilities Js
└── .gitignore
└── .npmrc
└── app.vue
└── i18n.config.ts
└── nuxt.config.ts
└── package.json
└── README.md
└── tsconfig.json
Note:
Other files can be used according
to your convenience.