Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 932 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 932 Bytes

hip-note

Markdown editor with templates for taking notes, writing articles, generating resumes and much more!

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint

# Publish new release
## Update the version of the app :
npm version {major|minor|patch}

## Build and publish the app :
npm run build:publish

## On Github, publish the latest draft realease

This project was generated with electron-vue@9add6ff using vue-cli. Documentation about the original structure can be found here.