# miniprogram-fe **Repository Path**: lanshiren/miniprogram-fe ## Basic Information - **Project Name**: miniprogram-fe - **Description**: 兰诗人小程序前端代码库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-13 - **Last Updated**: 2026-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # miniprogram-fe ## 介绍 烂诗人小程序前端代码库 微信小程序原生架构 ## 使用 ```bash # 安装依赖 npm install # 开发运行 npm start # 编译构建 npm run build ``` 使用微信开发者工具打开编译结果dist目录 ## 项目目录结构说明 | 目录 | 说明 | | -- | -- | | app-components | 业务组件 | | components | 基础组件 | | modules | 功能模块 | | pages | 页面 | | services | 服务层 | | utils | 工具函数 | | constants | 常量定义 | ## 其他说明 1. 小程序开发工具运行项目时需打开增强编译 2. 项目基于gulp多页面构建,支持less 3. 模块引用请使用`@/`,编译程序会自动处理依赖路径 ## 参与贡献