An open API service indexing awesome lists of open source software.

https://github.com/tuture-dev/editure-vue


https://github.com/tuture-dev/editure-vue

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## 如何运行项目

项目技术栈使用了:

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

首先 Clone 项目到本地:

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

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

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

## 目前已知需要优化

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