mqttdevicemanager/console
2026-03-18 23:29:16 +10:30
..
public fuck chatgpt, rat bastard has no idea 2026-03-16 06:10:57 +10:30
src fix whack formatting 2026-03-18 23:29:16 +10:30
.gitignore Readded the flash effect on property change 2026-03-17 20:57:51 +10:30
.prettierrc fix whack formatting 2026-03-18 23:29:16 +10:30
index.html fix whack formatting 2026-03-18 23:29:16 +10:30
package-lock.json fix whack formatting 2026-03-18 23:29:16 +10:30
package.json fix whack formatting 2026-03-18 23:29:16 +10:30
README.md fuck chatgpt, rat bastard has no idea 2026-03-16 06:10:57 +10:30
vite.config.js fix whack formatting 2026-03-18 23:29:16 +10:30

PrimeVue Vite Example


PrimeVue Version Vue Version Vite Version

Overview

This example demonstrates a basic PrimeVue integration with Vite, showcasing a modern and responsive dashboard interface. The project features various PrimeVue components with standard CSS styling.

Features

  • PrimeVue components with CSS styling
  • Powered by Vite for fast development
  • Real-time search functionality
  • Customizable UI components

Tech Stack

  • Vue.js - The Progressive JavaScript Framework
  • PrimeVue - The Ultimate Vue UI Component Library
  • Vite - Next Generation Frontend Tooling

Getting Started

  1. Clone the repository:
git clone https://github.com/primefaces/primevue-examples.git
cd primevue-examples/vite-quickstart
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Build for production:
npm run build

Project Structure

vite-quickstart/
├── src/
│   ├── components/         # Vue components
│   ├── assets/            # Static assets
│   │   └── styles/        # CSS styles
│   └── App.vue            # Root component
├── public/                # Public static assets
├── index.html            # Entry HTML file
└── vite.config.js        # Vite configuration

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.