Skip to content

Commit

Permalink
Merge pull request #3 from Talesxx/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Talesxx committed Apr 20, 2024
2 parents 767ed9b + 6444cb8 commit 499d3ab
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ $ npm i tales-easy-hooks --save
```


## 🔨 Usage

```ts
import { useGetNowState } from 'tales-easy-hooks';
```

### 请查看文档 [TalesEasyHooks](https://talesxx.github.io/easyHooks/)
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sidebar_label: 首页
sidebar_position: 0
---

import Readme from '../README.md';

### 欢迎使用 tales-easy-hooks
让我们开始使用它吧<( ̄︶ ̄)↗[GO!]<br/>
开始阅读第一个hooks 👉[useGetNowState](./useGetNowState/)
<Readme />
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tales-easy-hooks",
"version": "0.1.0",
"version": "0.1.1",
"description": "组件功能描述",
"files": [
"esm",
Expand All @@ -11,6 +11,11 @@
"main": "esm/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Talesxx/easyHooks",
"homepage": "https://talesxx.github.io/easyHooks/"
},
"exports": {
".": {
"es2017": {
Expand Down

0 comments on commit 499d3ab

Please sign in to comment.