# LanMiaoDesktop **Repository Path**: qlwbyd/LanMiaoDesktop ## Basic Information - **Project Name**: LanMiaoDesktop - **Description**: 一个完整electron桌面程序,主要使用electron-vue+vuetify。开机自动启动,阿里云oss自动更新,完整的托盘最小化,闪烁等常用功能,Nsis制作漂亮的安装包,软硬件结合,node-ffi调用c++库等其他示例。Tip:务必使用yarn安装依赖(不定时同步github) - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 173 - **Created**: 2018-05-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lanmiao > electron个人练习例子,简单但还算完整,会不断添加新的功能,每个例子都会有介绍使用的模块和参考的资料等。 请使用自己的logo #### 当前已完成功能: - [x] 基础功能:使用**UI框架vuetify**搭建基本页面结构 - [x] 基础功能:**NSIS安装包美化**请参照我的另一个项目[NSIS-UI](https://github.com/hilanmiao/NSIS-UI) - [x] 基础功能:结合阿里云oss进行**自动更新** - [x] 基础功能:使用node-winreg插件实现**开机自动启动** - [x] 常用功能:添加todos模块,来自vue官方实例 - [x] 常用功能:结合**axios**调用斗鱼api,使用**webview**打开视频链接页面 - [x] 常用功能:webview**播放flash**,需要插件pepperFlashSystemPlugin - [ ] 其他功能:结合摄像头进行身份证识别 #### Build Setup ``` bash # install dependencies npm install (tip: please use 'yarn 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 ``` --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html). #### 程序截图 ![Alt text](https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/static/screen.png) ![Alt text](https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/static/screenHome.png) ![Alt text](https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/static/screenInstall.png) ![Alt text](https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/static/screenTray.png) ![Alt text](https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/static/screen1.png) ![Alt text](https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/static/screen2.png) ![Alt text](https://raw.githubusercontent.com/hilanmiao/LanMiaoDesktop/master/static/screen3.png)