Skip to content
/ xianyu Public

使用 react 作为 ui 框架高仿咸鱼 app

Notifications You must be signed in to change notification settings

tjx666/xianyu

Repository files navigation

react 仿闲鱼 android app

使用到的技术和工具包括

  1. react 前端 UI 框架
  2. react router4 前端路由
  3. flex 弹性盒子技术
  4. axios ajax库
  5. sass 方便嵌套的写 css, 的一个预编译工具
  6. iconFont 阿里巴巴字体图标
  7. create-react-app 脚手架,不过还是要 eject 手动配置一些工具

运行方式

  1. 进入项目根目录 cd /the/path/to/this/project
  2. 安装依赖 npm install或者安装了yarn 可以使用yarn
  3. 启动项目 npm start
  4. 打开浏览器访问主页 http://localhost:3000/index

注意

  1. 运行该项目需要安装 nodejs, 推荐使用nvm node版本管理工具
  2. 安装依赖如果速度较慢,可以将源切换到阿里源,或者使用cnpm安装依赖

一些截图:

首页

index:

鱼塘

pool:

消息页

message:

个人中心

self:

登入页

login:

About

使用 react 作为 ui 框架高仿咸鱼 app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published