Due to work needs, I came into contact with the Electron platform. I believe many students have heard of or used the famous VS Code and Atom editors developed based on Electron. The official website address is: electron.atom. IO /docs/.

I have been using hexo as a blogging system for a long time, and it is quite useful. However, I recently heard that wordpress officially launched a hexo client. However, hexo does not have one, so I wrote a Hexo client application. To use this software, you must have the Node.js and Git environment and soft link to the executable environment (check the script location with the which command first).

$ which node
// output
$ which hexo
// output
$ ln -s /path/to/node /usr/local/bin/node  # *inx
$ ln -s /path/to/hexo /usr/local/bin/hexo  # *inx
Copy the code

React Router, React Router, Element UI, Webpack

Software home page

Edit the articles

Writing a blog post

about

Set up the

Gitub address: github.com/code-artisa…

Note: the function of this software is still being improved. If you find bugs or have good suggestions, please issue. If you don’t like it, please ignore it. Thank you very much!