DAOKE HOHEL ADMIN

screenshot of DAOKE HOHEL ADMIN
vite
vue
less
tailwind

这是一款多端(租客,房东,管家,总后台,门店)功能全面强大的房屋(民宿)租赁管理系统,适用于物业托管,民宿长租,短租等商业模式。后端管理的前端是基于Vue3 + Vite3 + Pinia + Arco构建,租客端,房东端,管家端通过NUTUi(京东UI)构建,可以一次开发,多端运行,比如可以打包成微信、抖音、支付宝小程序,还可以作为H5单独运行,当然了想好打包成android ios app也是可以的哈。后台系统基于 Hyperf 框架开发。企业级架构分层,轻松支撑创业公司及个人前期发展使用,使用少量的服务器资源媲美静态语言的性能。

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.