Giter VIP home page Giter VIP logo

recruit's Introduction

recruit

项目介绍

脉脉招聘企业版

运行项目

  • 克隆
git clone https://github.com/aiqinhaian/recruit.git
cd recruit
  • 安装依赖并启动项目
npm install yarn -g
yarn
sudo yarn start
echo '127.0.0.1 maimai.cn' >> /etc/hosts

路由

URL route组件 描述
/talents src/routes/talents/index.js 搜索人才首页
/resumes src/routes/resumes/index.js 筛选简历首页

公用业务组件

/src/components 目录下的组件

name Components 描述
TalentBasicInfo /Common/TalentBasicInfo.js 人才卡片中,人才基本信息显示
TalentCard Common/TalentCard.js 人才卡片
Chatting Common/Chatting.js 联系人才/回复申请公用对话组件

配置代理

项目默认使用本地 mock 数据,mock 数据位于 mock 目录下 如果接口需要配置代理,修改文件 「.roadhogrc」中的 proxy 项,具体可参考:http://npm.taobao.org/package/roadhog

配置案例:

"proxy": {
  "/api": {
    "target": "http://fred41:8106/",
    "changeOrigin": true,
    "pathRewrite": { "^/api" : "" }
  }
}

recruit's People

Contributors

aiqinhaian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.