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
网易严选
- Host: GitHub
- URL: https://github.com/yanyue404/react-yanxuan
- Owner: yanyue404
- License: mit
- Created: 2018-05-29T07:46:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:29:13.000Z (over 2 years ago)
- Last Synced: 2025-01-01T09:41:02.232Z (5 months ago)
- Topics: better-scroll, react, react-router, redux
- Language: JavaScript
- Homepage: https://yanyue404.github.io/react-yanxuan/
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```