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程序,自动化脚本旨在提升公司招聘效率
- Host: GitHub
- URL: https://github.com/jiefancis/electron-hring-app
- Owner: jiefancis
- License: apache-2.0
- Created: 2024-01-22T03:31:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T03:39:00.000Z (over 1 year ago)
- Last Synced: 2024-01-22T04:34:22.180Z (over 1 year ago)
- Language: Vue
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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