Skip to content

Saas Inteintelligence Human Resouce Managment front end

License

Notifications You must be signed in to change notification settings

wxydaydayup/SaaS_IHRM_Front

 
 

Repository files navigation

SaaS IHRM 系统

Readme Card

知识共享协议(CC协议) GitHub stars GitHub forks GitHub watchers GitHub followers

Run

1. Install node.js

https://nodejs.org/en/

2.Run Project

先安装依赖包,然后安装mockjs依赖包,最后运行

cnpm install 
cnpm install mockjs
npm run dev

3. Config API Address

编辑文件 config/index.js

修改 api upfile 转发配置

module.exports = {
  dev: {
    // Paths
    assetsSubDirectory: 'static',
    assetsPublicPath: '',
    proxyTable: {
      //企业信息请求的远程服务 //Updated 将直接对后台问服务请求,改为请求Zuul网关
      '/api': {
        target: 'http://localhost:9091',
        changeOrigin: true,
        pathRewrite: {
          '^/api': ''
        }
      }
    },
  
  }

启动教程: https://www.cnblogs.com/ArvinYL/p/14457187.html

后端

后端使用微服务编写,使用SpringBoot + SpringCloud + SpringMVC + SpringData

地址为:https://github.com/Han-YLun/SaaS_IHRM

About

Saas Inteintelligence Human Resouce Managment front end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 49.5%
  • CSS 38.5%
  • JavaScript 10.5%
  • SCSS 1.4%
  • Shell 0.1%
  • HTML 0.0%