1
0
mirror of synced 2025-12-11 17:08:00 +08:00

docs: chii

This commit is contained in:
surunzi
2020-06-03 20:54:54 +08:00
parent 7685afb26c
commit 11bd38133b
3 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ npm run cov
## Project Structure
- **doc**: documents.
- **eustia**: eustia extended utilties.
- **script**: webpack configuration, and some other useful scripts.
- **build**: webpack configuration, and some other useful scripts.
- **src**: source code, written in es2015.
- **test**: contain pages for testing.

View File

@@ -118,6 +118,7 @@ If you want to create a plugin yourself, follow the guides [here](./doc/PLUGIN.m
## Related Projects
* [chii](https://github.com/liriliri/chii): Remote debugging tool.
* [licia](https://github.com/liriliri/licia): Utility library used by eruda.
* [eruda-webpack-plugin](https://github.com/huruji/eruda-webpack-plugin): Eruda webpack plugin.

View File

@@ -119,5 +119,6 @@ eruda.init({
## 相关项目
* [chii](https://github.com/liriliri/chii):远程调试工具。
* [licia](https://github.com/liriliri/licia)Eruda 使用的工具库。
* [eruda-webpack-plugin](https://github.com/huruji/eruda-webpack-plugin)Eruda webpack 插件。