0.1.4 • Published 4 years ago

@winwin/hexo-editor-client v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@winwin/hexo-editor-client

A Hexo Editor Client by winwin2011

Schreenshots

Please visit @winwin/hexo-editor homePage

Main page

Feature

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

Installation

Use as a stand alone web app with @winwin/hexo-editor

If you run this client locally, prebulid version with localhost settings is recommended. See @winwin/hexo-editor HomePage

Download code and dependences.

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

Configure .env file

This project use ./.env as env file for dev and prod.

# you can change these values base on your server address and routes
HEXO_SERVER_ROOT='http://localhost:5777'

If your server run at http://example.com:5777/myapps/hexoeditor/

Then HEXO_SERVER_ROOT sould be http://example.com:5777/myapps/hexoeditor

Build the app

quasar build

Deploy

Move dist files from hexo-editor-client/dist/spa to hexo-editor/public. Then start hexo-editor service

Use as a Vue Page Component

Just figure out how this client work and hack it into your app!

Please raise a issue if you really need to use this as component, so I can afford some help.

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

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.1.0-0

4 years ago

0.0.4

4 years ago

0.0.4-0

4 years ago

0.0.4-1

4 years ago

0.0.2-2

4 years ago

0.0.2-1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.2-3

4 years ago

0.0.1

4 years ago