mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 06:41:06 +08:00
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
dark-modeeditorelectronelement-uiemojifocus-modelatexlinuxmacmacosmarkdownmarktextnext-generationsource-codetypewriter-modevuewindows
.electron-vue | ||
build/icons | ||
dist | ||
src | ||
static | ||
test | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
package.json | ||
README.md |
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.