https://github.com/hiro0218/miikun
Simple Markdown Editor using Electron.
https://github.com/hiro0218/miikun
editor electron markdown-editor vuejs
Last synced: about 1 year ago
JSON representation
Simple Markdown Editor using Electron.
- Host: GitHub
- URL: https://github.com/hiro0218/miikun
- Owner: hiro0218
- Created: 2016-03-24T11:44:39.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-10T17:03:20.000Z (over 3 years ago)
- Last Synced: 2025-04-02T11:05:53.026Z (about 1 year ago)
- Topics: editor, electron, markdown-editor, vuejs
- Language: JavaScript
- Homepage:
- Size: 56.6 MB
- Stars: 243
- Watchers: 7
- Forks: 50
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miikun
> A Simple Markdown Editor

## Build Setup
``` bash
# install dependencies
yarn install
# serve
yarn electron:serve
# build electron app for production
yarn electron:build
# lint all JS/Vue component files in `app/src`
yarn lint
```
More information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/).
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).