1 Star 3 Fork 0

佘一凡/SLogger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

快速开始

本软件基于Quick Start Guide,是一个Electron客户端应用程序,用于日志记录、查找以及统计

您可以参考Electron API Demos以学习Electron的开发方式

一个最基本的Electron程序必须包含以下的文件:

  • package.json - 指向应用程序的入口,包含依赖库的信息以及其他细节内容
  • main.js - 启动App,并且创建MainWindow以渲染DOM,这是本应用的 主进程.
  • *.html - 需要渲染的HTML。这是软件的 渲染进程s.

您可以在Quick Start Guide中了解到更多细节

使用方式

您需要在电脑上安装GitNode.js (附带npm)来运行本程序。安装完成之后执行以下命令:

# 克隆仓库
git clone https://gitee.com/sheyifan/slogger.git
# 进入仓库所在的目录
cd slogger
# 安装依赖
npm install
# 运行App
npm start

Electron的学习资源

证书

MIT License

MIT License Copyright (c) 2020 佘一凡 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

用于记录日志的Electron桌面软件应用 展开 收起
JavaScript
MIT
取消

发行版 (1)

全部
4年前

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sheyifan/slogger.git
git@gitee.com:sheyifan/slogger.git
sheyifan
slogger
SLogger
master

搜索帮助