An open API service indexing awesome lists of open source software.

https://github.com/jiefancis/electron-hring-app

这是一款electron桌面端app程序,自动化脚本旨在提升公司招聘效率
https://github.com/jiefancis/electron-hring-app

Last synced: 3 months ago
JSON representation

这是一款electron桌面端app程序,自动化脚本旨在提升公司招聘效率

Awesome Lists containing this project

README

        

## 📋 介绍

- 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
- 🍉 **简单:** 只需懂 JavaScript

## 如何运行

npm config set electron_mirror https://npm.taobao.org/mirrors/electron/

npm install

cd frontend && npm install

npm run dev

## 打包软件

npm run build-win

npm run build-mac