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
461a8ed8
Commit
461a8ed8
authored
Jan 22, 2021
by
邓晓峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: test docs
parent
d32094a3
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
10 additions
and
57 deletions
+10
-57
.fatherrc.js
.fatherrc.js
+1
-1
index.md
docs/index.md
+0
-1
package.json
packages/card/package.json
+2
-2
index.js
packages/card/src/index.js
+3
-1
package.json
packages/list/package.json
+1
-1
CHANGELOG.md
packages/test_pg/CHANGELOG.md
+0
-7
README.md
packages/test_pg/README.md
+0
-11
package.json
packages/test_pg/package.json
+0
-26
index.js
packages/test_pg/src/index.js
+0
-3
bootstrap.js
scripts/bootstrap.js
+3
-3
release.js
scripts/release.js
+0
-1
No files found.
.fatherrc.js
View file @
461a8ed8
...
...
@@ -2,7 +2,7 @@ import { readdirSync } from 'fs';
import
{
join
}
from
'path'
;
// utils must build before core
const
headPkgs
=
[];
const
headPkgs
=
[
'card'
,
'list'
];
const
tailPkgs
=
readdirSync
(
join
(
__dirname
,
'packages'
)).
filter
(
(
pkg
)
=>
pkg
.
charAt
(
0
)
!==
'.'
&&
!
headPkgs
.
includes
(
pkg
),
);
...
...
docs/index.md
View file @
461a8ed8
...
...
@@ -14,4 +14,3 @@ hero:
| 组件 | 下载量 | 版本 |
| ---- | ------ | ---- |
packages/card/package.json
View file @
461a8ed8
...
...
@@ -13,7 +13,7 @@
],
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://g.civnet.cn:8443/
test/winsdom-components
"
"url"
:
"https://g.civnet.cn:8443/
ReactWeb5/wisdom-components.git
"
},
"browserslist"
:
[
"last 2 versions"
,
...
...
@@ -32,7 +32,7 @@
],
"license"
:
"MIT"
,
"bugs"
:
"http://github.com/umijs/plugins/issues"
,
"homepage"
:
"https://g.civnet.cn:8443/
test/win
sdom-components/tree/master/packages/card#readme"
,
"homepage"
:
"https://g.civnet.cn:8443/
ReactWeb5/wi
sdom-components/tree/master/packages/card#readme"
,
"publishConfig"
:
{
"access"
:
"public"
}
...
...
packages/card/src/index.js
View file @
461a8ed8
export
default
'hello world 1234'
;
export
function
noop
()
{
return
function
()
{};
}
packages/list/package.json
View file @
461a8ed8
...
...
@@ -18,7 +18,7 @@
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://g.civnet.cn:8443/
test
/wisdom-components.git"
"url"
:
"https://g.civnet.cn:8443/
ReactWeb5
/wisdom-components.git"
},
"dependencies"
:
{
"antd"
:
"^4.7.3"
,
...
...
packages/test_pg/CHANGELOG.md
deleted
100644 → 0
View file @
d32094a3
# Change Log
All notable changes to this project will be documented in this file. See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## 1.0.1 (2021-01-08)
**Note:**
Version bump only for package @winsdom-components/test_pg
packages/test_pg/README.md
deleted
100644 → 0
View file @
d32094a3
# `@winsdom-components/test`
> TODO: description
## Usage
```
const test = require('@winsdom-components/test');
// TODO: DEMONSTRATE API
```
packages/test_pg/package.json
deleted
100644 → 0
View file @
d32094a3
{
"name"
:
"@winsdom-components/test_pg"
,
"version"
:
"1.0.1"
,
"description"
:
"> TODO: description"
,
"author"
:
"dengxiaofeng <1186313486@qq.com>"
,
"homepage"
:
""
,
"license"
:
"ISC"
,
"main"
:
"lib/test.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/test_pg/src/index.js
deleted
100644 → 0
View file @
d32094a3
export
default
{
a
:
'1'
}
scripts/bootstrap.js
View file @
461a8ed8
...
...
@@ -25,14 +25,14 @@ const { yParser } = require('@umijs/utils');
files
:
[
'lib'
,
'src'
,
'dist'
,
'es'
],
repository
:
{
type
:
'git'
,
url
:
'https://g.civnet.cn:8443/
test/win
sdom-components'
,
url
:
'https://g.civnet.cn:8443/
ReactWeb5/wi
sdom-components'
,
},
browserslist
:
[
'last 2 versions'
,
'Firefox ESR'
,
'> 1%'
,
'ie >= 11'
],
keywords
:
[
'antd'
,
'admin'
,
'ant-design'
,
'ant-design-pro'
],
authors
:
[
'dengxiaofeng'
],
license
:
'MIT'
,
bugs
:
'http
://github.com/umij
s/plugins/issues'
,
homepage
:
`https://g.civnet.cn:8443/
test/win
sdom-components/tree/master/packages/
${
shortName
}
#readme`
,
bugs
:
'http
s://g.civnet.cn:8443/ReactWeb5/wisdom-component
s/plugins/issues'
,
homepage
:
`https://g.civnet.cn:8443/
ReactWeb5/wi
sdom-components/tree/master/packages/
${
shortName
}
#readme`
,
peerDependencies
:
{
umi
:
'3.x'
,
},
...
...
scripts/release.js
View file @
461a8ed8
...
...
@@ -3,7 +3,6 @@ const { join } = require('path');
const
exec
=
require
(
'./utils/exec'
);
const
getPackages
=
require
(
'./utils/getPackages'
);
const
isNextVersion
=
require
(
'./utils/isNextVersion'
);
const
{
error
}
=
require
(
'console'
);
const
{
yParser
,
execa
,
chalk
}
=
utils
;
const
cwd
=
process
.
cwd
();
...
...
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