Linoor - Vue Nuxt Digital Agency Services Template

Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to open a new support request

IMPORTANT: It's built with Vue JS and It's not a regular HTML Template.

Installation
  • Node.js and NPM : You can download Node.js from https://nodejs.org. NPM comes bundled with Node.js.
Install Npm Packages
  • First unzip linoor-v1.0.zip you will find two folders including linoor (this is your root folder). Open this folder with VS Code (or any other you like). And follow step below.
  • NPM : You must have to npm install packages. You can do this by running npm install from the root of your project to install all the necessary dependencies.
Development server
  • Run npm run dev for a dev server. Navigate to http://localhost:3000 . The app will automatically reload if you change any of the source files.
Generate static project
  • Run npm run generate to generate static project. Generated project will be stored in the dist/ directory.
Build for production and launch server
  • Run npm run build and then npm run start

linoor/
+
├───assets
├───components
├───layouts
├───middleware
├───pages
├───plugins
├───static
│   ├───css
│   │   ├───colors
│   │   └───images
│   ├───fonts
│   ├───images
│   │   ├───background
│   │   ├───clients
│   │   ├───colors
│   │   │   ├───color-2
│   │   │   │   ├───background
│   │   │   │   ├───icons
│   │   │   │   └───main-slider
│   │   │   ├───color-3
│   │   │   │   ├───background
│   │   │   │   ├───icons
│   │   │   │   └───main-slider
│   │   │   ├───color-4
│   │   │   │   ├───background
│   │   │   │   ├───icons
│   │   │   │   └───main-slider
│   │   │   ├───color-5
│   │   │   │   ├───background
│   │   │   │   ├───icons
│   │   │   │   └───main-slider
│   │   │   └───color-6
│   │   │       ├───background
│   │   │       ├───icons
│   │   │       └───main-slider
│   │   ├───fancybox
│   │   ├───gallery
│   │   ├───icons
│   │   ├───main-slider
│   │   └───resource
│   └───plugins
│       ├───accordion
│       └───glightbox
└───store
+

Help: For detailed explanation on how things work, check out Nuxt.js docs.
Layout

linoor/layouts/default.vue

Home 1

linoor/pages/index.vue

Home 2

linoor/pages/index-2.vue

Home 3

linoor/pages/index-3.vue

How to change Logo ?

Open linoor/components/Nav.vue and NavTwo

How to change Copyright ?

Open linoor/components/Footer.vue