| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
PrimeVue Vite Example
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
- Clone the repository:
git clone https://github.com/primefaces/primevue-examples.git
cd primevue-examples/vite-quickstart
- Install dependencies:
npm install
- Start the development server:
npm run dev
- 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.