Skip to content

YannisJustine/primevue-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pagination Example with PrimeVue (Backend-Side)

This example demonstrates how to implement pagination on the backend using PrimeVue's DataTable component.

Installation

  1. Clone the repository:
git clone https://github.com/YannisJustine/primevue-example.git
cd primevue-example
  1. Run the backend:

In this example, we use a simple Node.js/Express backend to serve paginated data. You can find the backend code in the api directory.

cd api
npm install
npm start
The server will start on http://localhost:3000.
  1. Run the frontend app:

After starting the backend server, return to the front project directory and start the Vue.js app.

Copier le code
cd front
npm install
npm run dev
The Vue.js app will run on http://localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages