https://github.com/tuture-dev/editure-vue
https://github.com/tuture-dev/editure-vue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuture-dev/editure-vue
- Owner: tuture-dev
- Created: 2021-02-28T03:46:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T21:37:12.000Z (over 4 years ago)
- Last Synced: 2025-01-12T10:11:59.844Z (over 1 year ago)
- Language: JavaScript
- Size: 907 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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 只选中代码块内容