Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 668 Bytes

Element Vue Crontab

基于 Vue + Element 实现的 Crontab 组件,支持解析/反解析 Crontab 表达式,生成最近五次的符合条件时间

借鉴于 vCrontab 组件,提供了更加简便的使用和展示方式。

How to install

yarn add el-vcrontab

How to use

import ElVcrontab from '@kydev/el-vcrontab'
import '@kydev/el-vcrontab/lib/index.css'

Vue.use(ElVcrontab)

Links

  • Hyperf is an extremely performant and flexible PHP CLI framework, powered by a state-of-the-art coroutine server and a large number of battle-tested components.