An open API service indexing awesome lists of open source software.

https://github.com/hemengke1997/react-magnifier


https://github.com/hemengke1997/react-magnifier

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 仿京东放大镜

https://item.jd.com/100014348492.html

## 截图

![截图](./docs/img/1.gif)

## 线上地址

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
```