Installation

Basic Installation

Steps to be followed for getting started with the template:

There are followings basics packages you should install before going further.

  1. Open terminal or CMD and go the root directory of the template
  2. Run in terminal or CMD: npm install
  3. To Run project on Local environment run: npm run dev
  4. Then visit: http://localhost:3000

Development to production

Here is the steps of production:

  1. Set path in router href in nuxt.config.js and also set mode="SPA"
  2. To Deploy project on server create production build by running: npm run build
  3. This will generate /dist folder in project root directory you'll have to upload these file using a FTP on your server
  4. Now that you have followed these steps your basic installation is complete and ready to flaunt your site to the world.

Folder Structure

Here is the general structure of the template:


qloud-vue
| - nuxt
| - assets
| - components
| - node_modules
| - layout
| - static
    | - css
    | - fonts
    | - images
    | - js
    | - revslider

| - constants
    | - menu.js                            

  - favicon.ico
  - .editorconfig
  - .gitignore
  - nuxt.config.js
  - package-lock.json
  - package.json
  - README.md
                                

For Favicon icon

Set favicon for replace favicon.ico and restart server

Layout Configure

Here is the layout and routing configure


 | - layouts
    | -default
    | -BlueLayout
 

                                

Header

Here is the header object example just you can copy and paste and rename the title and href.


[
    {
        href: '#iq-about',
        title: 'About Us ',
        submenu: [
        {
            href: '/about-us-1',
            title: 'About Us One'
        },
        {
            href: '/about-us-2',
            title: 'About Us Two'
        }
        ]
    },
]
                                

Browser Support

Supports all major Browsers like Google Chrome, Mozilla Firefox, Safari, Opera, Internet Explorer 9 and above.

Change Log

Version 1.0

- Initial Release

Source & Credits

All images and videos are for preview purposes only and are not included in the download files. Images are of copyrights under Creative Commons CC0.


Images




CSS & Fonts