Simple Vue3/Pinia pagination usign https://dummyjson.com.
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Run End-to-End Tests with Playwright
npm run test:e2e
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint