deeke-script-app 1.0.9 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,12 +15,16 @@
|
|
|
15
15
|
> 阅读上述文档内容,并且安装相关软件和依赖
|
|
16
16
|
|
|
17
17
|
### 安装方式一:npm安装方式【推荐】
|
|
18
|
+
>
|
|
18
19
|
> 步骤一:创建文件夹
|
|
20
|
+
>
|
|
19
21
|
> 步骤二:执行下面的脚本
|
|
20
22
|
```npm i deeke-script-app```
|
|
21
23
|
|
|
22
24
|
### 安装方式二:git&npm安装方式
|
|
25
|
+
>
|
|
23
26
|
> git clone https://github.com/DeekeScript/deekeScript.git ./
|
|
27
|
+
>
|
|
24
28
|
> npm install
|
|
25
29
|
|
|
26
30
|
### 编写代码
|