# CrontabManager **Repository Path**: xibingliu/crontab-manager ## Basic Information - **Project Name**: CrontabManager - **Description**: GatewayWorker+Vue3的定时任务可视化管理 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-20 - **Last Updated**: 2024-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 定时任务 ## README # WORKERMAN+VUE3定时任务可视化管理 ## 运行说明 ### 前端打包 npm run build 注:打包前先清空 /app/crontab/assets 下的文件,如果没有指定build输出,打包后把 /vue3/dist/assets 下的文件复制到 /app/crontab/assets 下。 #### 指定build输出目录 在vite.config.js中增加配置 build: { outDir: '../app/crontab', }, ### 服务启动 php start.php start -d php start.php stop