Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Mazer Free Bootstrap 5 Admin Dashboard Template and Landing Page with Nuxt 3 + TypeScript.
- Host: GitHub
- URL: https://github.com/fzn0x/mazer-nuxt
- Owner: fzn0x
- License: mit
- Created: 2021-01-24T11:56:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T02:05:35.000Z (6 months ago)
- Last Synced: 2024-09-28T16:21:39.747Z (4 months ago)
- Topics: admin-dashboard, bootstrap, bootstrap5, bootstrap5-template, bootstrap5-theme, dashboard, free-template, mazer, nuxt-template, nuxt3, nuxt3-template, nuxtjs, productivity, scss, template, typescript
- Language: TypeScript
- Homepage: https://mazer-nuxt.vercel.app
- Size: 14 MB
- Stars: 134
- Watchers: 2
- Forks: 41
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.