Coder Social home page Coder Social logo

haolo-fun / biglandlord_web Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 1.0 222 KB

基于spring boot + vue 的房东房屋租赁营收管理系统,前端,毕业设计

Home Page: https://rent.haolo.fun/

License: MIT License

JavaScript 31.08% HTML 0.30% Vue 64.67% SCSS 3.56% CSS 0.39%

biglandlord_web's Introduction

BigLandlord_web

毕业设计 npm版本 vue版本

vue-admin-template element-ui

介绍

这是一个基于spring boot + vue 的房东房屋租赁管理系统

本仓库为项目前端代码,后端代码仓库在haolo-fun/BigLandlord

实现功能

  • 房源信息管理
  • 租客信息管理
  • 押金管理
  • 租单管理
  • 财务管理
  • 支付系统

演示

演示地址

接口文档地址

部分截图

首页 权限 租单 附加费 财务 支付

配置

开发环境

在.env.development文件中指定后端地址。

# just a flag
ENV = 'development'

# base api
VUE_APP_BASE_API = 'http://127.0.0.1:8090'

测试环境

在.env.staging文件中指定后端地址。

NODE_ENV = production

# just a flag
ENV = 'staging'

# base api
VUE_APP_BASE_API = 'https://《Your IP or Domain》'

生产环境

在.env.production文件中指定后端地址。

# just a flag
ENV = 'production'

# base api
VUE_APP_BASE_API = 'https://《Your IP or Domain》'

Build Setup

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9528

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

biglandlord_web's People

Contributors

haolo-fun avatar

Stargazers

 avatar nzwl2020 avatar goldli avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

123qsa

biglandlord_web's Issues

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.