Setup

Veltrix is a fully featured premium admin dashboard template in Vue.js with developer-friendly codes. It is based on Vue CLI & Vuex component framework.

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Yarn

    Make sure to have the yarn installed & running in your computer. If you already have installed Yarn on your computer, you can skip this step.

  • Vue.js

    Make sure to have the Vue cli installed globally in your computer. If you already have installed on your computer, you can skip this step.

Installation

To setup the admin theme, follow below-mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running on your computer.

  • Install Dependencies

    Open your terminal at the root directory of the project, go to your folder and enter the command yarn install. This would install all the required dependencies in the node_modules folder.

After you finished with the above steps, you can run the following commands to run the project locally or build for production use:

Command Description
yarn serve Runs the project locally, starts the development server and watches for any changes in your code. The development server is accessible at http://localhost:8080.
yarn build Generates a /dist directory with all the production files.