mazer-nuxt

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

MIT License

Downloads
4
Stars
134
Committers
8

Mazer Nuxt 🚀

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

Table of contents

Installation Guide

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

Build Setup

# 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

# 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.

Contributing

See Contributing Guide here

License

Mazer Nuxt is under MIT License.