Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fzn0x/mazer-nuxt

Mazer Free Bootstrap 5 Admin Dashboard Template and Landing Page with Nuxt 3 + TypeScript.
https://github.com/fzn0x/mazer-nuxt

admin-dashboard bootstrap bootstrap5 bootstrap5-template bootstrap5-theme dashboard free-template mazer nuxt-template nuxt3 nuxt3-template nuxtjs productivity scss template typescript

Last synced: 2 days ago
JSON representation

Mazer Free Bootstrap 5 Admin Dashboard Template and Landing Page with Nuxt 3 + TypeScript.

Awesome Lists containing this project

README

        

# Mazer Nuxt 🚀

> [!WARNING]
> This template will not add new components or features in the future.\
> Bug fixing and maintenance will keep going on.

[![All Contributors](https://img.shields.io/github/contributors/fzn0x/mazer-nuxt)](https://github.com/fzn0x/mazer-nuxt/graphs/contributors)
![GitHub last commit](https://img.shields.io/github/last-commit/fzn0x/mazer-nuxt.svg)
![GitHub repo size in bytes](https://img.shields.io/github/repo-size/badges/shields.svg)
[![License](https://img.shields.io/github/license/fzn0x/mazer-nuxt.svg)](LICENSE)


Mazer Nuxt is an Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5. No jQuery dependency with Nuxt 3 + TypeScript.

## Table of contents

- [Installation Guide](#installation-guide)
- [Contributing](#contributing)
- [License](#license)

## Installation Guide

You may need to use Node.js v18.16.0 or above to continue with Mazer Nuxt installation guide.
## Build Setup

```bash
# clone the repository
$ git clone https://github.com/fzn0x/mazer-nuxt.git

# navigate to the folder
$ cd mazer-nuxt
```

After clone the repository and navigate to the folder, you can use few commands below

```bash
# enable corepack
$ corepack enable
# use recommended version of PNPM (latest)
$ corepack prepare [email protected] --activate

# install dependencies
$ pnpm install

# serve with hot reload at localhost:3000
$ pnpm run dev

# build for production and launch server
$ pnpm run build
$ pnpm run start

# generate static project
$ pnpm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

## Contributing

See Contributing Guide [here](./CONTRIBUTING.md)

## License

Mazer Nuxt is under MIT License.