Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 642 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 642 Bytes

miikun

A Simple Markdown Editor

Build Setup

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


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.