Skip to content

reeswell/nuxt3-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Admin Template - Nuxt 3 Version

license CI

Nuxt 3 + Vue 3 admin dashboard template with Element Plus, Tailwind CSS, Pinia, dark mode, and command palette.

Live demo: https://nuxt3-admin.dynaxfy.com

Looking for React version?

This repository is the Nuxt/Vue implementation. For the React implementation, see reeswell/react-admin.

Features

  • Light and dark theme switching
  • Tags view tab navigation
  • Global command palette
  • Theme primary color customization
  • Responsive admin layout
  • Mock login flow for demo usage

Tech Stack

  • Nuxt 3
  • Vue 3
  • Element Plus
  • Tailwind CSS
  • Pinia
  • VueUse
  • TypeScript

Quick Start

pnpm install
pnpm dev

App runs at http://localhost:3000.

Build

pnpm build
pnpm generate
pnpm preview

Environment Variables

Copy from example files and create your local env file:

  • .env.development.example
  • .env.production.example
  • .env.test.example

Example:

cp .env.development.example .env.development

Demo Account

  • username: admin
  • password: admin123

This account is for local/template demo only.

About

nuxt3-admin-template

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors