Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiro0218/miikun
Simple Markdown Editor using Electron.
https://github.com/hiro0218/miikun
editor electron markdown-editor vuejs
Last synced: 23 days 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 (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-10T17:03:20.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T00:44:37.144Z (about 1 month ago)
- Topics: editor, electron, markdown-editor, vuejs
- Language: JavaScript
- Homepage:
- Size: 56.6 MB
- Stars: 241
- Watchers: 8
- Forks: 51
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - hiro0218/miikun - Simple Markdown Editor using Electron. (JavaScript)
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).