🚀 Installation

TailAdmin Vue: Tailwind + Vue.js

In this section, we’ll guide you through the installation process of the TailAdmin Vue template.

Follow these steps to install the template:

Note: We’ve utilized Vite as build tool for TailAdmin Vue.

  1. Download and extract the TailAdmin zip package
  2. Navigate to the project folder and execute the following command:
npm install
  1. After that, run this command to start the local server:
npm run dev

Upon successful execution of the dev command, the TailAdmin will open on port: http://localhost:3000/.

Now, you can customize the dashboard and observe the changes locally.

Once customization is complete, run the following command to generate the build folder. You can then upload this build folder to your server, and the dashboard will be live.

npm run build