🚀Quick Start

Welcome to Light Able Admin Template! This comprehensive guide will help you kickstart your development journey with our powerful Vue 3.3 and Bootstrap 5.3 admin template.

Prerequisites

Before you begin, make sure you have the following installed on your machine:

Installation

Before running the application we need to install dependencies used this project

  1. Open your project in vs code or any other editors.

  2. Start a command prompt window or terminal and Navigate to the template's root directory using the terminal and run the following commands:

yarn install
OR
npm install

This command will fetch all dependencies listed in /package.json and place them into/node_modules folder.

Configuration

Adjust the basic configuration settings in the src/config.js file to match your project requirements. You can set the application name, default language, and other essential options here.

Run Project

To run the Nodejs application navigate your prompt to project folder and run the following command. This command will listen for changes and hot reload them.

npm run serve
OR
yarn serve

Build Assets

Before running the application we need to build theme assets:

Enjoy your development with Light Able Vue.JS

Last updated