📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Go to file
2017-11-13 00:05:57 +08:00
.electron-vue first commit 2017-11-13 00:05:57 +08:00
build/icons first commit 2017-11-13 00:05:57 +08:00
dist first commit 2017-11-13 00:05:57 +08:00
src first commit 2017-11-13 00:05:57 +08:00
static first commit 2017-11-13 00:05:57 +08:00
test first commit 2017-11-13 00:05:57 +08:00
.babelrc first commit 2017-11-13 00:05:57 +08:00
.eslintignore first commit 2017-11-13 00:05:57 +08:00
.eslintrc.js first commit 2017-11-13 00:05:57 +08:00
.gitignore first commit 2017-11-13 00:05:57 +08:00
.travis.yml first commit 2017-11-13 00:05:57 +08:00
appveyor.yml first commit 2017-11-13 00:05:57 +08:00
package.json first commit 2017-11-13 00:05:57 +08:00
README.md first commit 2017-11-13 00:05:57 +08:00

aganippe

A markdown editor

Build Setup

# install dependencies
npm install

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

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


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


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