Files
niumalll/README.md
2025-09-02 01:23:16 +08:00

47 lines
990 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# NiuMall 项目
## 项目结构
本项目采用模块化架构设计,包含以下主要目录:
### 📁 backend - 后端服务
后端API服务基于Node.js/Java/Python等技术栈开发
### 📁 admin-system - 管理后台
基于Vue/React的管理后台前端项目
### 📁 website - 官网
公司官网或电商平台前端项目
### 📁 mini_program - 微信小程序矩阵
包含多个微信小程序项目的目录
### 📁 docs - 文档目录
项目文档、API文档、设计文档等
### 📁 test - 测试文件目录
单元测试、集成测试、端到端测试等
## 开发规范
1. 每个目录下应有独立的package.json和开发配置
2. 遵循统一的代码规范和提交规范
3. 文档及时更新,保持与代码同步
## 快速开始
```bash
# 安装依赖(根据具体项目)
npm install
# 启动开发服务
npm run dev
```
## 贡献指南
1. Fork 项目
2. 创建特性分支
3. 提交更改
4. 推送到分支
5. 开启Pull Request