Skip to content

Commit c5da39d

Browse files
authored
Merge pull request #3 from edumudu/develop
Fix deploy config
2 parents ccca27e + ccaa705 commit c5da39d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vue-text-editor
2-
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.
2+
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

44
## Project setup
55
```

vue.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
publicPath: process.env.NODE_ENV === 'production' ? '/vue-text-editor/' : '/',
3+
};

0 commit comments

Comments
 (0)