An open API service indexing awesome lists of open source software.

https://github.com/kei-k23/vue-dash

A comprehensive, minimalist, high performance, beautiful and all in one admin dashboard template that build with Vue, Nuxt and Tailwind ๐ŸŒŸ๐Ÿ”ฅโœจ
https://github.com/kei-k23/vue-dash

admin-dashboard nuxt nuxtui tailwindcss template vue vue3

Last synced: about 1 year ago
JSON representation

A comprehensive, minimalist, high performance, beautiful and all in one admin dashboard template that build with Vue, Nuxt and Tailwind ๐ŸŒŸ๐Ÿ”ฅโœจ

Awesome Lists containing this project

README

          

# VueDash (Vue Nuxt.js 3 Tailwind CSS Admin Dashboard Template)

A modern, responsive, and customizable admin dashboard template built with **Vue.js**, **Nuxt.js 3**, **NuxtUI** and **Tailwind CSS**. This template is perfect for building powerful admin interfaces, dashboards, and web applications with a clean and minimal design.

## ๐Ÿš€ Features

- **Nuxt.js 3**: Seamless server-side rendering (SSR) and static site generation (SSG) with Vue 3 composition API.
- **Tailwind CSS**: Utility-first CSS framework for fast and responsive UI development.
- **Todo Lists Management**: Built-in support for CRUD todo list management
- **Invoice Maker**: Built-in support for CRUD, interactive Invoice maker
- **Reusable Components**: Modular and reusable UI components for easy customization.
- **Dark Mode**: Built-in support for light and dark themes.
- **Responsive Design**: Fully optimized for all screen sizes.
- **Dynamic Routing**: Flexible routing system powered by Nuxt.js.
- **Extendable**: Easy to add new pages, components, and plugins.

## ๐Ÿ“ฆ Tech Stack

- **Frontend Framework**: Vue.js 3 (Composition API)
- **Meta Framework**: Nuxt.js 3
- **Styling**: Tailwind CSS
- **UI Component Library**: NextUI
- **Package Manager**: pnpm

## ๐Ÿ› ๏ธ Installation

1. **Clone the repository**:
```bash
git clone https://github.com/Kei-K23/vue-dash
cd vue-dash
```
2. **Install dependencies**:

```bash
pnpm install
# or
npm install
```

3. **Run the development server**:

```bash
pnpm run dev
# or
npm run dev
```

4. Open your browser and navigate to `http://localhost:3000`.

---

## ๐Ÿ—‚๏ธ File Structure

```
admin-dashboard-template/
โ”œโ”€โ”€ layouts/ # Layouts for the app
โ”œโ”€โ”€ pages/ # Nuxt.js pages and routes
โ”œโ”€โ”€ features/ # Organize logic, ui components and state into domain or feature
โ”œโ”€โ”€ public/ # Static assets
โ”œโ”€โ”€ nuxt.config.ts # Nuxt.js configuration
โ””โ”€โ”€ tailwind.config.js # Tailwind CSS configuration
```

## ๐Ÿ“„ Routes and Pages Documentation

| **Route** | **Page Name** | **Description** |
| ---------------- | ------------------ | ----------------------------------------------------------------------- |
| `/` | Main Page | The primary landing page of the admin dashboard. |
| `/login` | Login Page | Allows users to log in to access the admin dashboard. |
| `/register` | Register Page | Enables new users to create an account. |
| `/contact` | Contact Page | Displays a form for users to reach out for support or inquiries. |
| `/invoice` | Invoice Page | Displays a list of invoices or details for financial records. |
| `/todo` | Todo App Page | A page for managing and tracking tasks in a todo list format. |
| `/products` | Products Page | A page for managing product information, including details and pricing. |
| `/order-lists` | Order Lists Page | Lists all customer orders with options to view and manage them. |
| `/product-stock` | Product Stock Page | Displays current stock levels and inventory management options. |
| `/settings` | Settings Page | Allows users to manage system settings and personal preferences. |
| `/team` | Team Page | Showcases team members, roles, and permissions management options. |

## ๐ŸŽจ Customization

### Tailwind CSS

Modify the `tailwind.config.js` file to customize themes, extend styles, or add plugins.

### Components

All components are in the `components/` directory inside `features/(domain)/` directory. Create new components or extend existing ones to suit your project needs.

### Pages and Routing

Add or edit files in the `pages/` directory to create new routes dynamically.

## ๐Ÿงฉ Dependencies

- [Vue 3](https://vuejs.org/)
- [Nuxt.js 3](https://v3.nuxtjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [NuxtUI](https://ui.nuxt.com/)

## ๐Ÿ“– Documentation

### Setting up Authentication

You can integrate any authentication service (e.g., Firebase, Auth0, or custom JWT) using Nuxt's middleware and plugins. Refer to the Nuxt.js [auth module](https://auth.nuxtjs.org/) for more details.

### Adding API Integrations

Use Nuxt's server routes or external API calls in the `pages/` or `composables/` directories. Learn more about Nuxt.js API handling [here](https://nuxt.com/docs/guide/directory-structure/server).

## ๐Ÿงช Testing

### Unit Testing

Install and configure [Vitest](https://vitest.dev/) for unit testing your Vue components.

### End-to-End Testing

Use [Cypress](https://www.cypress.io/) or [Playwright](https://playwright.dev/) for end-to-end testing.

## ๐Ÿ“‚ Deployment

1. **Static Site Generation (SSG)**:

```bash
pnpm run generate
```

Deploy the generated files from the `dist/` folder to a static hosting provider (e.g., Netlify, Vercel).

2. **Server-Side Rendering (SSR)**:
```bash
pnpm run build
pnpm run start
```
Deploy the application to Node.js hosting (e.g., AWS, Heroku, or DigitalOcean).

## ๐Ÿ“ง Support

If you encounter any issues, have questions, or want to request new features or pages, feel free to open an issue or reach out to [keiksl2301@gmail.com](mailto:keiksl2301@gmail.com).

## ๐Ÿค Contributions

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a feature branch (`git checkout -b feature-name`).
3. Commit your changes (`git commit -m "Add feature"`).
4. Push to the branch (`git push origin feature-name`).
5. Open a pull request.

## ๐Ÿ“œ License

This project is licensed under the [MIT License](./LICENSE).

## ๐ŸŒŸ Acknowledgements

- [Vue.js](https://vuejs.org/)
- [Nuxt.js](https://v3.nuxtjs.org/)
- [NuxtUI](https://ui.nuxt.com/)
- [Tailwind CSS](https://tailwindcss.com/)

## Page Preview

## Desktop View

![desktop](/public/page-screens/Macbook-Air-1559x975.png)

## Tablet View

![tablet](/public/page-screens/iPad-Air-5-820x1180.png)

## Mobile View

![mobile](/public/page-screens/iPhone-14-Pro-Max-395x932.png)