More Premium Hugo Themes Premium Nuxt Themes

Nuxt Scheduler

Create scheduled jobs with human readable time settings

Nuxt Scheduler

Create scheduled jobs with human readable time settings

Author Avatar Theme by jurassicjs
Github Stars Github Stars: 223
Last Commit Last Commit: Dec 30, 2023 -
First Commit Created: Dec 18, 2023 -
Nuxt Scheduler screenshot

Overview

Nuxt Scheduler is a server-side task scheduler for Nuxt, which allows you to schedule jobs within your Nuxt app. It is built on top of node-cron and provides an easy-to-use interface for scheduling tasks.

Features

  • Human readable: Nuxt Scheduler uses human readable intervals for scheduling tasks.
  • Easy to use: It provides a simple and intuitive API for scheduling tasks.
  • Quick setup: You just need to add the Nuxt Scheduler dependency to your project and configure it in the Nuxt configuration file.

Installation

To install Nuxt Scheduler, follow these steps:

  1. Open your terminal and navigate to your Nuxt project directory.

  2. Run the following command to install the Nuxt Scheduler package:

    npm install nuxt-scheduler
    
  3. Open the nuxt.config.ts file in your project.

  4. Add nuxt-scheduler to the modules section of the configuration file:

    export default {
      modules: [
        'nuxt-scheduler',
      ],
    }
    
  5. Save the file and you’re ready to use Nuxt Scheduler in your Nuxt app.

Summary

Nuxt Scheduler is a powerful task scheduling module for Nuxt apps. It offers an easy-to-use interface for scheduling tasks and supports human readable intervals. With its quick setup process, you can start using Nuxt Scheduler in your project with just a few steps. Special thanks are given to Atinux for making suggestions that have improved this module.