hecktarzuli / nuxt-cron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-cron

npm version npm downloads Github Actions CI Codecov License

Schedule module functions using Cron syntax

đź“– Release Notes

Setup

  1. Add nuxt-cron dependency to your project
yarn add nuxt-cron # or npm install nuxt-cron
  1. Add nuxt-cron to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-cron',

    // With options
    ['nuxt-cron', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Josh Deltener (hecktarzuli@gmail.com)

About

License:MIT License


Languages

Language:JavaScript 95.2%Language:Vue 4.8%