forked from wangeditor-team/wangEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd729d6
commit 6e6f070
Showing
22 changed files
with
889 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
src/js/util/ierange.js | ||
src/js/util/poly-fill.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 当前遗留的一些问题 | ||
|
||
- 删除掉`./release`之后,执行`npm run release`会报错,原因是`fonts`文件没拷贝全,就要去替换`css`中的字体文件为`base64`格式,导致找不到文件。 | ||
|
||
- `Object.assign` 未被 rollup 编译 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
|
||
# wangEditor | ||
|
||
**wangEditor**——轻量级 web 富文本编辑器,配置方便,使用简单。 | ||
v3 - 正在开发中,放在`v3`分支中 | ||
|
||
下载源码 `git clone [email protected]:wangfupeng1988/wangEditor.git -b v3` | ||
|
||
进入目录,安装依赖 `cd wangEditor && npm i` | ||
|
||
## 下载 | ||
打包源代码 `npm run release` **(注意查看`./gulpfile.js`,打包时,`font`文件会以`base64`编码嵌入到`css`中,然后`css`内容再嵌入`js`中。因此,使用者引用时,只需要引用一个`js`文件即可)** | ||
|
||
查看 demo `npm run exapmle` 然后浏览器访问 `localhost:3000/index.html` | ||
|
||
|
||
## 使用 | ||
|
||
|
||
## 本地运行demo | ||
|
||
|
||
|
||
## 交流 | ||
|
||
交流QQ群:**164999061** | ||
|
||
## License | ||
MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.