Skip to content

manuelbento19/generators-with-vue

Repository files navigation

generators-vue

Image Preview This project was developed with the aim of demonstrating how to create and use generators in JavaScript applications, exploring their functionalities and benefits for asynchronous flow control and process optimization. In particular, the application uses generators to implement infinite scrolling, where dynamic data loading happens efficiently as the user scrolls the page, without the need to load all the data at once.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint

About

Generators in JavaScript applications with Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published