From c5c34a0f3bb5ab8d2fecebaddd8a8a35232d0fea Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Mon, 13 Oct 2025 01:06:37 +0000 Subject: [PATCH] Add README.md --- README.en.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..9cb4c92 --- /dev/null +++ b/README.en.md @@ -0,0 +1,52 @@ +# RuoYi-uniapp-unibest-vue3 + +This is a uni-app project developed based on the RuoYi framework, serving as a frontend solution suitable for multi-platform applications (such as WeChat Mini Programs, H5, Apps, etc.). The project adopts the Vue3 technology stack and combines the cross-platform capabilities of uni-app to provide an efficient and scalable development foundation. + +## Project Overview + +RuoYi is a front-end and back-end separated rapid development platform based on Spring Boot and Vue. This project is a mobile extension of RuoYi, focusing on delivering a mobile-friendly interface and interactive user experience. + +### Key Features +- Built with Vue3 and uni-app, supporting multi-platform deployment. +- Integrates login authentication and permission management from the RuoYi backend system. +- Provides basic UI components and page templates for rapid development. + +## Installation Guide + +### Environment Setup +- Node.js (Version 14.x or higher is recommended) +- npm or yarn +- HBuilderX or other development tools that support uni-app + +### Installation Steps +1. Clone the project: + ```bash + git clone https://gitee.com/pus-gov-cn/ruoyi-uniapp-unibest-vue3.git + ``` +2. Enter the project directory and install dependencies: + ```bash + cd ruoyi-uniapp-unibest-vue3 + npm install + ``` +3. Open the project in HBuilderX and run it on an emulator or real device. + +## Usage Instructions + +### Logging into the System +- Default username: admin +- Default password: 123456 + +### Development Standards +- The code style follows best practices for Vue3 and uni-app. +- The page structure uses modular design for easier maintenance and scalability. + +## Contribution Guide + +Code contributions and issue feedback are welcome. Please follow these steps: +1. Fork the project and create a new branch. +2. Submit a Pull Request with a description of your changes. +3. Wait for review and merging. + +## License + +This project uses the MIT License. For details, please refer to the [LICENSE](LICENSE) file. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0a7384 --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +# RuoYi-uniapp-unibest-vue3 + +这是一个基于 RuoYi 框架开发的 uni-app 项目,适用于多端应用(如微信小程序、H5、App等)的前端解决方案。该项目采用 Vue3 技术栈,结合 uni-app 的跨平台能力,提供了一个高效、可扩展的开发基础。 + +## 项目简介 + +RuoYi 是一个基于 Spring Boot 和 Vue 的前后端分离快速开发平台。本项目是 RuoYi 的 uni-app 移动端扩展,专注于提供移动端友好的界面和交互体验。 + +### 主要功能 +- 基于 Vue3 和 uni-app 构建,支持多端部署。 +- 集成 RuoYi 后台系统的登录认证和权限管理。 +- 提供基础的 UI 组件和页面模板,便于快速开发。 + +## 安装指南 + +### 环境准备 +- Node.js (建议版本 14.x 或更高) +- npm 或 yarn +- HBuilderX 或其他支持 uni-app 的开发工具 + +### 安装步骤 +1. 克隆项目: + ```bash + git clone https://gitee.com/pus-gov-cn/ruoyi-uniapp-unibest-vue3.git + ``` +2. 进入项目目录并安装依赖: + ```bash + cd ruoyi-uniapp-unibest-vue3 + npm install + ``` +3. 使用 HBuilderX 打开项目并运行到模拟器或真机。 + +## 使用说明 + +### 登录系统 +- 默认账号:admin +- 默认密码:123456 + +### 开发规范 +- 代码风格遵循 Vue3 和 uni-app 的最佳实践。 +- 页面结构采用模块化设计,便于维护和扩展。 + +## 贡献指南 + +欢迎贡献代码和反馈问题。请遵循以下步骤: +1. Fork 项目并创建新分支。 +2. 提交 Pull Request 并描述修改内容。 +3. 等待审核和合并。 + +## 许可证 + +本项目采用 MIT 许可证。详见 [LICENSE](LICENSE) 文件。 \ No newline at end of file -- Gitee