-
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
Null
committed
Aug 6, 2024
1 parent
eb25ad3
commit d41b6b4
Showing
5 changed files
with
64 additions
and
7 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
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
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# 安装 | ||
|
||
::: tip :100: Node版本 | ||
Node.js >= 16.0.0 | ||
::: | ||
|
||
|
||
## pnpm (推荐) | ||
``` bash | ||
$ pnpm install zhongjiayao_v3_hooks | ||
``` | ||
|
||
|
||
## npm | ||
``` bash | ||
$ npm install zhongjiayao_v3_hooks | ||
``` | ||
|
||
|
||
## yarn | ||
``` bash | ||
$ yarn install zhongjiayao_v3_hooks | ||
``` | ||
|
||
|
||
|
||
## CDN 引入 | ||
|
||
目前可以通过 [unpkg.com/zhongjiayao_v3_hooks](https://unpkg.com/browse/[email protected]/) 获取到最新版本的资源,在页面上引入 js 即可开始使用。 | ||
|
||
``` bash | ||
<script src="https://unpkg.com/zhongjiayao_v3_hooks/dist/zhongjiayao_v3_hooks.js"></script> | ||
|
||
|
||
console.log(window.zhongjiayao_v3_hooks) | ||
``` | ||
|
||
|
||
|
||
|
||
|
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 @@ | ||
# 介绍 | ||
# 介绍 | ||
|