https://github.com/inlym/life-helper-miniprogram
🎨 「小鸣助手」项目小程序端源码
https://github.com/inlym/life-helper-miniprogram
javascript miniprogram weixin wxml
Last synced: about 1 year ago
JSON representation
🎨 「小鸣助手」项目小程序端源码
- Host: GitHub
- URL: https://github.com/inlym/life-helper-miniprogram
- Owner: inlym
- License: mit
- Created: 2020-04-30T16:10:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T11:56:04.000Z (over 2 years ago)
- Last Synced: 2024-02-16T12:43:47.407Z (over 2 years ago)
- Topics: javascript, miniprogram, weixin, wxml
- Language: TypeScript
- Homepage: https://www.lifehelper.com.cn
- Size: 1.36 MB
- Stars: 28
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
小鸣助手
让生活更简单一些
## 🤓 项目介绍
「小鸣助手」是一个生活服务类小程序,主要为用户的日常生活提供一些便捷工具,例如天气查询、时间规划、生活记录等。目前该小程序已稳定运行近 4 年,为近 10 万用户提供了生活帮助。
读者可直接扫描以下小程序码进行体验:

## 💡 项目特点
1. 线上正式运行的项目,不是 demo,历经 4 年,久经用户考验。
2. 开发尽量遵照业界最佳实践,可作为学习样板。
3. 跟随版本更新,包含 Java、Spring Boot 等,尽量使用**最新稳定版**,保持技术栈不落后。
## 🍱 源码仓库
笔者在开发项目时,遵照了业界最佳实践,读者可通过研读项目源码来学习相关技术栈。按照功能分类,将项目拆分为了 4 个代码仓库,分别为:
| 仓库 | 定位 | 技术栈 |
| --------------------------------------------------------------------------- | -------- | ------------------------------------------------------------------------------------ |
| [life-helper-server](https://github.com/inlym/life-helper-server) | 服务端 | `Spring Boot` + `Spring Security` + `JWT` + `MyBatis` + `MySQL` + `Redis` + `Docker` |
| [life-helper-backend](https://github.com/inlym/life-helper-backend) | 服务端 | `Node.js` + `Nest.js` + `TypeScript` + `Typeorm` + `MySQL` + `Redis` + `Docker` |
| [life-helper-miniprogram](https://github.com/inlym/life-helper-miniprogram) | 小程序端 | `TypeScript` + `Scss` |
| [life-helper-web](https://github.com/inlym/life-helper-web) | Web 端 | `Angular` + `TypeScript` + `Scss` + `RxJS` + `Webpack` |
## ❓ 常见问题
| 序号 | 问题 |
| ---- | ------------------------------------------------------------- |
| 1 | [如何启动项目?](https://github.com/inlym/life-helper-server) |
## 📞 交流沟通
如果你在使用「小鸣助手」小程序过程中,遇到任何问题,或者有任何意见建议,你可以通过以下方式联系我:
- [x] 邮箱:_inlym@qq.com_
- [x] 公众号:搜索公众号「**1 鸣的写字台**」或微信号 `iam1ming`。
## 📄 许可证
本项目使用 [MIT](LICENSE) 许可证。