Skip to content

evwt/evwt-example-markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evwt-example-markdown-editor Build Status

An example EVWT app to edit markdown files with a live preview.

This app also serves as the official testbed of EVWT.


markdown-demo

This project was created with:

npm install -g @vue/cli
vue create evwt-example-markdown-editor
cd evwt-example-markdown-editor
vue add electron-builder
npm install evwt

Tests were added with these commands:

npm i spectron mocha -D
mkdir test
touch test/spec.js

Then this was added to package.json:

"scripts": {
  "test": "mocha"
}

Run tests with:

npm run test

About

Example markdown editor built using EVWT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published