Skip to content

Commit 987e057

Browse files
committed
初始化工程
0 parents  commit 987e057

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/node_modules
2+
/dist
3+
4+
.DS_Store
5+
.idea
6+
.vscode

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# r-hooks
2+
3+
## 介绍
4+
5+
一个基于 React 的 hooks 库,提供了一些常用的 hooks。
6+

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "r-hooks",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "coderlzw",
11+
"license": "ISC",
12+
"packageManager": "[email protected]"
13+
}

0 commit comments

Comments
 (0)