LanMiaoDesktop
一个完整electron桌面记账程序,技术栈主要使用electron-vue+vuetify。开机自动启动,自动更新,托盘最小化,闪烁等常用功能,Nsis制作漂亮的安装包。
Install / Use
/learn @hilanmiao/LanMiaoDesktopREADME
特别提醒
- online 分支是网络版,基于 electron-forge 开发,需要配合我的另一个开源项目 招财猫 进行开发
- master 分支是离线版,基于 elctron-vue 开发

招财猫系列应用截图:
<table> <tr> <th>网页端</th> <th>移动端</th> <th>桌面端</th> <th>营销网站</th> </tr> <tr> <td valign="top"> <img src="screenshot-frontend.png" height="200" /> </td> <td valign="top"> <img src="screenshot-app.png" height="200" /> </td> <td valign="top"> <img src="screenshot-desktop.png" height="200" /> </td> <td valign="top"> <img src="screenshot-web.png" height="200" /> </td> </tr> </table>PocketBook
<p align="center"> <img src="https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/assets/logo.png"> </p> <p align="center"> <a href="https://travis-ci.org/hilanmiao/LanMiaoDesktop/builds"> <img src="https://travis-ci.org/hilanmiao/LanMiaoDesktop.svg?branch=master" alt=""> </a> <a href="https://github.com/hilanmiao/LanMiaoDesktop/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/hilanmiao/LanMiaoDesktop.svg" alt=""> </a> </p>概述
使用Electron开发一套记账软件,几乎每一个实现都会有一片博文说明。
下载安装
macOS用户请下载最新版本的dmg文件,windows用户请下载最新版本的exe文件,linux用户请下载AppImage文件。
点击此处下载应用。
安装完毕,点击此处尝试打开。
应用截图


开发说明
目前仅针对Windows。Mac、Linux平台并未测试。
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# lint all JS/Vue component files in `src/`
npm run lint
其他相关
- NSIS-UI windows exe安装包美化程序。
赞助
如果你喜欢它,不妨给它点个star或者请我喝杯咖啡
<table> <tr> <th>支付宝</th> <th>微信</th> </tr> <tr> <td valign="top"> <img src="https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/assets/alipay.png" width="200" hegiht="200"/> </td> <td valign="top"> <img src="https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/assets/wechatpay.png" width="200" hegiht="200"/> </td> </tr> </table>开源协议
本项目基于 MIT 协议,请自由地享受和参与开源。
贡献
如果你有好的意见或建议,欢迎给我们提 issue 或 PR,为优化 LanMiaoDesktop 贡献力量
教程
Electron开发实战之记账软件1——迷你程序
Electron开发实战之记账软件99——完结
