Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 482 Bytes

如何运行项目

项目技术栈使用了:

  • vue-cli@^4
  • vue@^2
  • tiptap@^1

首先 Clone 项目到本地:

git clone https://github.com/pftom/editure-vue.git

然后允许以下步骤开启项目:

cd editure-vue && npm install # 或者使用 yarn
npm run serve # yarn serve

目前已知需要优化

  • 行内代码无法应用其他行内格式(如斜体、加粗等)
  • 代码块等选中 ctrl/cmd + a 只选中代码块内容