Visva
Visva - Architect & Interior Design Vue JS Template
Thank you for purchasing this Vue template.
Vue.JS Installation & Setup -
1.- Install npm
It will create 'node_module' folder in this all dependency files will be install with this command.
npm install
npm install
2.- Run Project
With is command file will be compiled and it will be loaded on local server `http://localhost:5173`.
npm run dev
npm run dev
3.- Production Build
Node-sass is an NPM package that compiles Sass to CSS (which it does very quickly too). To install node-sass run the following command in your terminal: npm run build
npm run build
4.- Note:
To get more help on the Vue.js checkout Vue
4.- Further help
You can learn more in the Create Vue App Documentation To learn Vue, check out the Vue Documentation.
Sass Compile -
1.- Install Node.js
To compile Sass via the command line first, we need to install node.js. The easiest way is downloading it from the official website nodejs.org open the package and follow the wizard.
2.- Initialize NPM
NPM is the Node Package Manager for JavaScript. NPM makes it easy to install and uninstall third party packages. To initialize a Sass project with NPM, open your terminal and CD (change directory) to your project folder.
npm init
Once in the correct folder, run the command npm init
. You will be prompted to answer several questions about the project, after which NPM will generate a package.json
file in your folder.
3.- Install Node-Sass
Node-sass is an NPM package that compiles Sass to CSS (which it does very quickly too). To install node-sass run the following command in your terminal: npm install node-sass sass-loader --save-dev
npm install node-sass sass-loader --save-dev
4.- Write Node-sass Command
Everything is ready to write a small script in order to compile Sass. Open the package.json file in a code editor. You will see something like this:
In the scripts section add an scss command
module.exports = { css: { loaderOptions: { sass: { implementation: require('node-sass'), }, }, }, };
5.- Using Scss
Now, you can use Sass in your Vue components by creating a style block with the lang attribute set to "scss":
<style lang="scss"> .example { $color: red; } </style>
Theme Features -
Color Theme
So many color option available
<body data-color="color_1">
Layout
<body id="bg" class="boxed">
<body id="bg" class="frame">
Header
Header Fixed is-fixed
<div class="main-bar-wraper navbar-expand-lg sticky-header is-fixed">
Header Static sticky-no
<div class="main-bar-wraper navbar-expand-lg sticky-no">
Background Color
You can use body background color like this but it will only work in boxed and frame layout
<body id="bg" class="frame" style="background-color: rgb(255, 175, 41);">
Background Image
You can use body background image like this but it will only work in boxed and frame layout
<body id="bg" class="boxed" style="background-image: url("assets/images/switcher/large/background/bg1.jpg");">
<body id="bg" class="frame" style="background-image: url("assets/images/switcher/large/background/bg1.jpg");">
Folder Directories -
-
Images
This folder contains all the images of Visva template.
-
Fonts
This folder font files for various template features.
-
Css
This folder contains all the CSS files of Visva template.
-
Component
This folder has all component files.
-
Views
This folder has all pages files.
-
Elements
This folder has all elements files.
-
Router
This folder has all route pages.
-
Scss
Scss File
Credits -
-
Vuejs
-
Node Sass:
-
All Images are used
-
Vue Bootstrap
-
Google fonts
-
Vue Count Up
-
Font Awesome
-
Vue Toastify
-
Light Gallery
-
Swiper Slider
-
Vue Masonry Wall
-
EmailJs
Project Main Features -
- Node js : v20.10.0
- Vite : v5.0.10
- Bootstrap : v5.3.2
- Built in SASS : v9.0.0
- Fully Responsive
- Ready to used widget
- Detailed Documentation
- Customizable Vue Bootstrap Components
- Slider
- Portfolio
- Key Feature
- News Letter
- Services
- Contact Form
- Style Varient
- Social
- Coming Soon Page
- Error Page
- Blog Page
- Under Construction
Create a Page
<template> <div id="app"> <HomePage /> </div> </template> <script lang="ts"> import HomePage from './components/HomePage.vue'; export default { components: { HomePage, // Register the HomePage component }, // Other configurations and logic }; </script> <style> /* Styles for the main App.vue component */ </style>
Our Products -
Do You Need Help To Customization
After Purchase A Template...
You Will Start Customizing According Your Requirement
BUT What If You Don't Know
SOLUTION IS HIRE DexignZone
Hire Same Team For Quality Customization
- We Will Customize Template According To Your Requirement
- We Will Upload On Server And Make Sure Your Website is Live