https://github.com/themeselection/flyonui-vuejs-integration
https://github.com/themeselection/flyonui-vuejs-integration
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/themeselection/flyonui-vuejs-integration
- Owner: themeselection
- Created: 2025-03-28T13:04:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T12:02:22.000Z (10 months ago)
- Last Synced: 2025-07-22T13:23:46.631Z (10 months ago)
- Language: Vue
- Size: 54.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [FlyonUI](https://flyonui.com/) + [Vuejs](https://vuejs.org/) Integration
This template should help get you started developing with Vue 3 in Vite.
## Branch Overview
- **main**: Contains the FlyonUI Starter Kit integrated with Vuejs, providing a foundational setup to begin your project.
- **components**: Showcases the implementation and usage of various FlyonUI components within a Vuejs environment.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```