vue3的cron表达式生成插件 vue3-cron 参考vue3-cron实现,修改了部分功能,修改了语法,加入了cron回显,修改了图标等 前提 Vue 3.0.0+ element-plus @element-plus/icons-vue 使用 1. 安装 npm install vue3-cron-plus @element-plus/icons-vue 2. 引入 先引入el
import { createApp } from 'vue' import './style.css' import App from './App.vue' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' import Vue3CronPlusPicker from 'vue3-cron-plus-picker' // 引入组件 import 'vue3-cron-plus-picker/style.css' //引入组件相关...
在Vue3项目中实现cron表达式功能,你可以使用现有的插件来简化开发过程。以下是关于如何在Vue3项目中使用cron表达式插件的详细步骤: 1. 寻找适用于Vue3的cron表达式插件 有几个插件适用于Vue3,并支持cron表达式的生成和解析。基于你提供的信息,vue3-cron-plus-picker是一个不错的选择。它结合了Vue3和Element Plus,提...
Vue3-cron-plus是一种基于Vue3和ElementPlus的corn表达式插件,它可以帮助用户更轻松地生成corn表达式。Corn表达式是一种定时器表达式,用于描述定期执行任务的时间表。通过使用Vue3-cron-plus,用户可以将corn表达式可视化,并通过直观的用户界面轻松设置其参数。该插件还支持多种语言,包括英语、中文等,以方便全球用户使用。
vue-cron-plus 基于vue-cron的增强版cron组件 tanweicai •0.1.1•4 years ago•0dependentspublished version0.1.1,4 years ago0dependents 11 cronstrue Convert cron expressions into human readable descriptions bradymholt •2.61.0•a month ago•319dependents•MITpublished version2.61.0,a...
最近做的一个vue3项目过程中,需要用到cron表达式功能,而对于普通业务人员,他们是不懂cron表达式规则的,所以需要做一个可手动配置生成cron表达式的功能。从网上查找了一些相关资料,然后结合vue3+Element Plus,改造成适合自己项目的组件。记录代码如下: 实现功能: ...
Vue3项目实现可配置生成cron表达式组件,结合vue3+Element Plus改造。组件有秒、分、时、天、月、年选项卡,可手动配置各时间单位规则,还介绍cron表达式语法及常用例子。
vue3-cron-plus-picker Corn expression plugin based on vue3+elementPlus(基于vue3+elementplus+vue3的corn表达式插件) vue3-cron-plus-picker vue3-cron-plus vue3-cron vue3 cron rjy92 •1.0.2•2 years ago•1dependents•ISCpublished version1.0.2,2 years ago1dependentslicensed under $ISC ...
github :https://github.com/wuchuanpeng/no-vue3-cron github 项目启动: 1.npm install 2.npm run serve 依赖 Vue 3.0.0+ elementplus 安装方式 npm install no-vue3-cron 全局引入方式 //前置配置import{createApp}from'vue'importElementPlusfrom'element-plus'import'element-plus/theme-chalk/index.css'...
<el-dropdown-item icon="el-icon-plus" divided command="custom">自定义</el-dropdown-item> </el-dropdown-menu> </template> </el-dropdown> </template> </el-input> <el-dialog title="cron规则生成器" v-model="dialogVisible" :width="580" destroy-on-close append-to-body> <el-tabs...