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

https://github.com/ixrzr/nuxt-dashboard

Vue & Nuxt 3 lightweight admin dashboard 📉
https://github.com/ixrzr/nuxt-dashboard

nuxt nuxt-dashboard nuxt-ui nuxt3 tailwind tailwind-dashboard tailwindcss vue vue-dashboard vue-router vuejs

Last synced: 7 months ago
JSON representation

Vue & Nuxt 3 lightweight admin dashboard 📉

Awesome Lists containing this project

README

          

## Nuxt Dashboard Template

This repository contains a modern and responsive admin dashboard template built with Vue.js and Nuxt 3. It leverages the power of Nuxt 3's features like file-based routing, and auto-import for a streamlined development experience.

### Key Features

- **Built with Vue.js & Nuxt 3:** Leverages the latest features of Vue.js and the efficiency of Nuxt 3.
- **Nuxt UI Integration:** Utilizes the Nuxt UI library for a wide range of pre-built, high-quality UI components.
- **Tailwind CSS Styling:** Styled with Tailwind CSS for rapid and flexible styling options.
- **Responsive Design:** Adapts seamlessly to various screen sizes and devices.
- **Clean and Modular Structure:** Organized with a well-defined component structure for easy maintenance and customization.

### Getting Started

1. Clone the repository:

```bash
git clone https://github.com/ixrzr/nuxt-dashboard.git
```

2. Install dependencies:

```bash
cd nuxt-dashboard
pnpm install
```

3. Start the development server:

```bash
pnpm dev
```

4. Access the dashboard:

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

### Customization

- **Modify components:** Customize existing components or create new ones to fit your specific needs.
- **Adjust styling:** Modify Tailwind CSS configuration or override styles with custom CSS.
- **Integrate with your backend:** Connect the dashboard to your backend API for data retrieval and submission.

### License

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