Skip to content

cjpnice/fast-formula

Repository files navigation

fast-formula

该软件的主要功能就是使用markdown语法编写公式,生成预览后便于截图使用。软件中内置了一些常用的公式符号,便于查找 编辑完成后可以保存公式,便于日后修改查找使用 Ctrl+o可以快速打开软件进行编辑,编辑完成后可以将Latex格式转化为MathML格式,并复制到剪贴板,可以直接粘贴到Word中

Build Setup

# install dependencies
npm install

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

# build electron application for production
npm run build


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