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 📉
- Host: GitHub
- URL: https://github.com/ixrzr/nuxt-dashboard
- Owner: realsckoorp
- License: mit
- Created: 2025-01-24T14:38:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T11:58:08.000Z (12 months ago)
- Last Synced: 2025-01-28T11:25:14.673Z (12 months ago)
- Topics: nuxt, nuxt-dashboard, nuxt-ui, nuxt3, tailwind, tailwind-dashboard, tailwindcss, vue, vue-dashboard, vue-router, vuejs
- Language: Vue
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).