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

https://github.com/serresebastien/nuxt-tailwind-responsive-navbar

Beautiful responsive navbar using Nuxt.js with TailwindCSS.
https://github.com/serresebastien/nuxt-tailwind-responsive-navbar

navbar nuxt nuxtjs responsive tailwind tailwindcss

Last synced: 6 months ago
JSON representation

Beautiful responsive navbar using Nuxt.js with TailwindCSS.

Awesome Lists containing this project

README

          



# Responsive Navbar

[![Netlify Status](https://api.netlify.com/api/v1/badges/b428a366-080f-4668-9ee0-3c6b0ce83d8d/deploy-status)](https://app.netlify.com/sites/nuxt-tailwind-navbar/deploys)

> Beautiful responsive navbar for all your project using [Nuxt.js](https://nuxtjs.org/) and [Tailwind.css](https://tailwindcss.com/)


demo

## How to run and build the project

```bash
# install dependencies
$ npm install

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

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

# generate static project
$ npm run generate
```

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

## Credit

To create this project, I was helped by the work of
- [fayazara](https://github.com/fayazara/tailwind-components)
- [mr_alaraj](https://tailwindcomponents.com/component/traveler-hero-concept-design)