https://github.com/themeselection/flyonui-nuxt-integration
https://github.com/themeselection/flyonui-nuxt-integration
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/themeselection/flyonui-nuxt-integration
- Owner: themeselection
- Created: 2025-03-28T13:24:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T13:50:59.000Z (10 months ago)
- Last Synced: 2025-07-22T14:16:27.544Z (10 months ago)
- Language: Vue
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.