Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).