https://github.com/uiwjs/react-domain-verify
Verify that the access domain name displays content.
https://github.com/uiwjs/react-domain-verify
react react-components reactjs
Last synced: about 2 months ago
JSON representation
Verify that the access domain name displays content.
- Host: GitHub
- URL: https://github.com/uiwjs/react-domain-verify
- Owner: uiwjs
- License: mit
- Created: 2020-12-17T02:40:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-04-16T16:41:09.000Z (3 months ago)
- Last Synced: 2026-04-16T18:32:53.278Z (3 months ago)
- Topics: react, react-components, reactjs
- Language: TypeScript
- Homepage: https://uiwjs.github.io/react-domain-verify
- Size: 10.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
react-domain-verify
===
[](https://jaywcjlove.github.io/#/sponsor)
[](https://x.com/jaywcjlove)
[](https://github.com/uiwjs/react-domain-verify/actions/workflows/ci.yml)
[](https://github.com/uiwjs/react-domain-verify/issues)
[](https://github.com/uiwjs/react-domain-verify/issues)
[](https://github.com/uiwjs/react-domain-verify/network)
[](https://github.com/uiwjs/react-domain-verify/stargazers)
[](https://github.com/uiwjs/react-domain-verify/releases)
[](https://www.npmjs.com/package/@uiw/react-domain-verify)
Verify that the access domain name displays content.
## Quick Start
```bash
npm i @uiw/react-domain-verify
```
```jsx
import DomainVerify from '@uiw/react-domain-verify';
function Demo() {
return (
访问 https://uiwjs.github.io 域名显示子组件
访问 https://uiw.gitee.io 域名显示子组件
访问 https://uiw.gitee.io 和 http://uiw.gitee.io 域名显示子组件
);
}
```
## Development
Runs the project in development mode.
```bash
# Step 1, run first, listen to the component compile and output the .js file
# listen for compilation output type .d.ts file
npm run watch
# Step 2, development mode, listen to compile preview website instance
npm run start
```
## Production
Builds the app for production to the build folder.
```bash
npm run build
```
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
## Contributors
As always, thanks to our amazing contributors!
Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
## License
Licensed under the MIT License.