Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
04d9dca9
Commit
04d9dca9
authored
Jan 08, 2021
by
崔佳豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fet: add examples cjh
parent
d32094a3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
0 deletions
+43
-0
README.md
packages/cuijiahao_test/README.md
+11
-0
package.json
packages/cuijiahao_test/package.json
+26
-0
cuijiahao_test.md
packages/cuijiahao_test/src/cuijiahao_test.md
+5
-0
index.js
packages/cuijiahao_test/src/index.js
+1
-0
No files found.
packages/cuijiahao_test/README.md
0 → 100644
View file @
04d9dca9
# `@wisdom-components/cuijiahao_test`
> TODO: description
## Usage
```
const cuijiahaoTest = require('@wisdom-components/cuijiahao_test');
// TODO: DEMONSTRATE API
```
packages/cuijiahao_test/package.json
0 → 100644
View file @
04d9dca9
{
"name"
:
"@wisdom-components/cuijiahao_test"
,
"version"
:
"1.0.0"
,
"description"
:
"a test component created by cuijiahao"
,
"author"
:
"cuijiahao <15927252954@163.com>"
,
"homepage"
:
""
,
"license"
:
"ISC"
,
"main"
:
"src/index.js"
,
"directories"
:
{
"lib"
:
"lib"
,
"test"
:
"__tests__"
},
"files"
:
[
"lib"
],
"publishConfig"
:
{
"registry"
:
"https://g.civnet.cn:4873/"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: run tests from root
\"
&& exit 1"
}
}
packages/cuijiahao_test/src/cuijiahao_test.md
0 → 100644
View file @
04d9dca9
# cuijiahao_test
这是一个测试组件。
> cuijiahao
packages/cuijiahao_test/src/index.js
0 → 100644
View file @
04d9dca9
export
default
'this is a test component created by cuijiahao'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment