Skip to content

Commit c87faf6

Browse files
committed
细节调整
1 parent b329ea8 commit c87faf6

File tree

7 files changed

+11590
-25379
lines changed

7 files changed

+11590
-25379
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* [准备](#ready)
1717
* [引入](#install)
1818
* [使用](#usage)
19-
* [运行示例](#demo)
19+
* [本地开发](#develop)
2020
* [说明](#note)
2121
* [常见问题](#faq)
2222

@@ -461,7 +461,7 @@ qiniu.compressImage(file, options).then(data => {
461461

462462
fopArr包含的具体管道操作解释见 [管道操作](https://developer.qiniu.com/dora/manual/processing-mechanism)
463463

464-
<a id="demo"></a>
464+
<a id="develop"></a>
465465

466466
### 本地开发
467467

@@ -474,6 +474,7 @@ $ npm run dev
474474
```
475475

476476
打开您的浏览器并访问终端中提示的地址即可访问开发调试页面。
477+
如果你在使用 `vscode`,推荐通过根目录下的 `js-sdk.code-workspace` 文件打开工作空间快速进行开发和调试。
477478

478479
<a id="note"></a>
479480

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"private": true,
44
"scripts": {
55
"boot": "lerna bootstrap",
6-
"clean": "lerna clean",
76
"build": "lerna run build",
87
"dev": "npm run build && lerna run dev --parallel",
9-
"lint": "eslint .",
10-
"test": "jest"
8+
"clean": "lerna clean",
9+
"test": "jest --coverage",
10+
"lint": "eslint ."
1111
},
1212
"devDependencies": {
1313
"@qiniu/eslint-config": "0.0.6",

packages/doc-site/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)