Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

YuJianghao/winwin-hexo-editor-client

Repository files navigation

This repo has been Archived for v0.1.0 ~ v0.6.x only

For latest version, please visit Hexon


@winwin/hexo-editor-client

A Hexo Editor Client by winwin2011

Schreenshots

Main page

Feature

  • Post/Page add/delete/update and preview
  • Post/Page puiblish/unpublish/drafts
  • Markdown editor
  • categories
  • tags
  • git push/reset/pull
  • hexo generate/deploy/clean
  • Basic authentication
  • Post/Page sort
  • front-matters
  • Search
  • Custom slug
  • Image CDN(use picgo instead)
  • let me know what you need ...

Build

Prebulid dist is recommended. See @winwin/hexo-editor on Gitee or Github

Download code and dependences.

git clone git@github.com:YuJianghao/winwin-hexo-editor-client.git
npm install -g @quasar/cli
npm install

Build the app with quasar

quasar build -m pwa

Develop

quasar dev -m pwa

Notice

This project is on early devleopmemt stage, API may changes everyday you wake up 😜! I will do my best to keep it working at anytime. If not, please send an issue here.

Contribute

All kinds of PR are welcomed, including crazy change!

Acknowledgement