Sakai Admin Template for Nuxt 3
Sakai Nuxt is a production-ready admin template built with Nuxt 3 and PrimeVue 3. It provides a solid starting point for developing modern web applications with a clean and intuitive user interface.
Key features:
- Nuxt 3: Utilizes the latest version of Nuxt, offering improved performance and developer experience.
- PrimeVue 3: Leverages the PrimeVue component library for a rich set of UI components and themes.
- Typescript: Written in Typescript for enhanced code maintainability and scalability.
- SCSS: Uses SCSS for flexible and customizable styling.
- Template: Provides a well-structured template for building admin dashboards and other web interfaces.
Getting Started:
- Clone the repository:
git clone https://github.com/who-jonson/sakai-nuxt.git
- Install dependencies:
pnpm install
ornpm install
oryarn install
- Run the development server:
pnpm dev
ornpm run dev
oryarn dev
This will start the application at http://localhost:3000
.