miikun
1.0.0
간단한 마크다운 편집기
# 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
자세한 내용은 여기에서 확인할 수 있습니다.
이 프로젝트는 vue-cli를 사용하여 electronic-vue에서 생성되었습니다. 이 프로젝트에 대한 문서는 여기에서 찾을 수 있습니다.