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

https://github.com/themeselection/flyonui-nuxt-integration


https://github.com/themeselection/flyonui-nuxt-integration

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# [FLyonUI](https://flyonui.com/) + [Nuxt](https://nuxt.com/) Integration

Check out the [Nuxt 3](https://nuxt.com/) documentation to learn more, and explore [FlyonUI](https://flyonui.com/), a free Tailwind CSS component library, for ready-to-use UI components.

## Branch Overview

- **main**: Contains the FlyonUI Starter Kit integrated with Nuxtjs, providing a foundational setup to begin your project.

- **components**: Showcases the implementation and usage of various FlyonUI components within a Nuxtjs environment.

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.