Fetch the repository succeeded.
Key Features • How To Use • License
menu->File->Git Config
or (ctrl+shirt+c)
can storing all document to a git prite repositories for you by gitTo clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://gitee.com/geliang/markdown.git
# Go into the repository
$ cd markdown
# Install dependencies
$ npm install
# Run the app
$ npm start
### release
Electron 应用开发完成之后,还需要将其打包成对应平台的客户端。常用的打包工具有 electron-packager 和 asar。
这里以 electron-packager 为例。
# 首先全局安装 electron-packager:
$ npm install electron-packager -g
# 然后在项目中安装 electron:
$ npm install electron --save-dev
# 然后打包:
$ electron-packager . Markdown
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
This software uses following open source packages.
MIT
Sign in for post a comment
Comments ( 0 )