Commit 04d9dca9 authored by 崔佳豪's avatar 崔佳豪

fet: add examples cjh

parent d32094a3
# `@wisdom-components/cuijiahao_test`
> TODO: description
## Usage
```
const cuijiahaoTest = require('@wisdom-components/cuijiahao_test');
// TODO: DEMONSTRATE API
```
{
"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"
}
}
# cuijiahao_test
这是一个测试组件。
> cuijiahao
export default 'this is a test component created by cuijiahao';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment