An open API service indexing awesome lists of open source software.

https://github.com/shunyue1320/decompile-wx

反编译小程序
https://github.com/shunyue1320/decompile-wx

ant-design-vue demo electron vue3 webpack5

Last synced: 8 days ago
JSON representation

反编译小程序

Awesome Lists containing this project

README

          



logo

微信小程序反编译

[![](https://img.shields.io/badge/Juejin-掘金-007FFF)](https://juejin.im/user/3702810894152983)
[![](https://img.shields.io/badge/CSDN-博客-E33E33)](https://blog.csdn.net/qq_41614928)
[![](https://img.shields.io/badge/Zhihu-知乎-0084FF)](https://www.zhihu.com/people/shun-yue-45)
[![](https://img.shields.io/badge/bilili-哔哩哔哩-FF69b4)](https://space.bilibili.com/475498258)
[![](https://img.shields.io/badge/公众号-爱看编程-7ED957)](#爱看编程)

# 微信小程序反编译: Vue3.0 + ant-design-vue + electron

## Run this project
```
# 1.运行 vue 项目
yarn run start:view

# 2.运行 electron 项目
yarn run start:electron
```

## build this project
```
# 1.打包 vue 项目
yarn run build:view
# 2.打包 electron 项目
yarn run build:electron
# 3.打包成 exe 程序
yarn run build
```

# 效果图:
### 打包项目后的效果
![juejin-app效果图](https://github.com/shunyue1320/decompile-wx/blob/master/1.png)

# 反编译小程序:
![juejin-app动态效果图](https://github.com/shunyue1320/decompile-wx/blob/master/1.gif)

### 微信开发者工具打开后的效果
![juejin-app效果图](https://github.com/shunyue1320/decompile-wx/blob/master/2.png)