Spruha– Vue3 Admin & Dashboard Template

Note:-

Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.

Introduction to the Vue

Welcome to Vue..!
Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS, and JavaScript and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be they simple or complex.

Getting Started

Setting up the local environment and workspace

This guide explains how to set up your environment for Vue development using the Vue tool. It includes information about prerequisites, installing this, creating an initial workspace and starter app, and running that app locally to verify your setup.

For getting started an Vue Application you needs 3 things as Prerequisites.

Prerequisites

To use the Vue Framework, you should be familiar with the following:

  • HTML
  • CSS
  • JS
Knowledge of Modern JS is helpful.
To install Vue on your local System, you need the following:

Node.js

Prerequisites Familiarity with the command line
Install Node.js version 16.0 or higher
Download latest version of node.js from nodejs.org.
Install Node.js using downloaded file.
To check your node version, run node -v in a terminal/console window (cmd)

Npm package Manager

The Vue applications depend on npm packages for many features and functions.
To download and install npm packages, you need an npm package manager.
This guide uses the npm client command line interface, which is installed with Node.js by default. To check that you have the npm client installed, run npm -v in a terminal/console window (cmd)

It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production.

For better understanding Vue we suggest you once go through official documentation of vue from Vue Documentation

Important License Terms
  • You cannot charge your end product end users with a Regular License.
  • If you want to collect payments from end product end users then you must buy an Extended License for each of the end product.
  • You must buy one license for one domain only.(i.e Either Regular or Extended)
  • You cannot use Multi Domain,Multi Client, Multiple end Products with any of the licenses (i.e Either Regular or Extended).

for more details please click the link