-
electron-note下载
资源介绍
electron-note
使用 Electron 技术开发的 Markdown 编辑器。
Screenshots
Supported Platforms
Windows、macOS、Linux
How to use
在 Gitee Releases 页面下载适合你的平台的安装包/二进制文件。
How to develop
首先安装 Node.js 环境
然后将本仓库源码 Clone 到本地,然后
npm install
npm start
如果遇到了electron failed to install correctly的问题,手动执行
node ./node_modules/electron/install.js
How to package
根据目标平台的不同,有如下打包命令可选:
npm run package_windows
npm run package_linux
npm r