Skip to content

Commit ea7a3ea

Browse files
committed
update README
1 parent 561fcd7 commit ea7a3ea

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
# vue-text-editor
22
This project is a simple Rich text editor made with vue 2 compostion API. I chose for not use `document.execComand` because he is deprecated. So I using native javascript DOM manipulators to remove and insert nodes. You can se it working [here](https://edumudu.github.io/vue-text-editor/).
33

4-
## Project setup
5-
```
6-
yarn
7-
```
8-
9-
### Run development serve
10-
```
11-
yarn dev
12-
```
13-
14-
### Run your unit tests
15-
```
16-
yarn test:unit
17-
```
4+
## To do
5+
- Bold
6+
- Italic
7+
- Underline
188

199
## License
2010
[MIT](LICENSE)

0 commit comments

Comments
 (0)