weicheng2138 / vue-electron

This is a desktop front-end app for controlling crawler, line notify and window 10 screen monitoring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-electron for crawler and monitoring

This is a desktop front-end app for controlling crawler, line notify and window10 screen monitoring. And also you need to provide a config.json for configuring your settings. The format of config.json is down below.

{
    "tokens": [
   {
            "name": "id",
            "token": "your token ..."
        }
    ],
    "time": [
        {
            "HH": "14",
            "mm": "00"
        },
        {
            "HH": "16",
            "mm": "30"
        }
    ],
    "frequency": "20",
    "directory": "C:\\Users\\Specific Directory"
}

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

About

This is a desktop front-end app for controlling crawler, line notify and window 10 screen monitoring.


Languages

Language:Vue 60.0%Language:JavaScript 39.0%Language:HTML 0.9%Language:Batchfile 0.1%