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

https://github.com/yanyue404/react-yanxuan

网易严选
https://github.com/yanyue404/react-yanxuan

better-scroll react react-router redux

Last synced: 3 months ago
JSON representation

网易严选

Awesome Lists containing this project

README

        

# react-yanxuan

> 网易严选demo

## Build Setup

``` bash
# 下载依赖
yarn install

# 服务开启默认运行在 http://localhost:9009/
yarn start/dev

# eslint修正语法错误
yarn lint-fix

# 生产发布
yarn build

# github 发布
git subtree push --prefix=dist origin gh-pages

```