Skip to content

A simple pagination page, it allows a pagination according the quantity of element to display

Notifications You must be signed in to change notification settings

Devrax/pagination-ts-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pagination with VUE/Typescript

How to make it run

first you need to install mongodb in your computer and start the service (From command line is like this)

Linux

sudo service mongod start

Windows

service mongod start

to stop it only change start for stop.

Later you have to install the depencies in both folders running the command npm install as in the server folder as in the client folder.

After both installations are done, run first npm run start inside the server directory and generate dummy data throught the /create endpoint, for default it will generate 100 articles, you can change that in Pagination/server/routes/index.js, after that go to the client and run it with npm run server. you should see something like this...

alt text alt text

About

A simple pagination page, it allows a pagination according the quantity of element to display

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published