https://github.com/hemengke1997/react-magnifier
https://github.com/hemengke1997/react-magnifier
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hemengke1997/react-magnifier
- Owner: hemengke1997
- Created: 2021-06-02T04:14:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T05:10:25.000Z (over 4 years ago)
- Last Synced: 2025-03-24T05:45:43.017Z (10 months ago)
- Language: TypeScript
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 仿京东放大镜
https://item.jd.com/100014348492.html
## 截图

## 线上地址
https://hemengke1997.github.io/react-magnifier/
## Getting Started
Install dependencies,
```bash
$ npm i
```
Start the dev server,
```bash
$ npm start
```
Build documentation,
```bash
$ npm run docs:build
```
Build library via `father-build`,
```bash
$ npm run build
```