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
反编译小程序
- Host: GitHub
- URL: https://github.com/shunyue1320/decompile-wx
- Owner: shunyue1320
- Created: 2021-02-01T06:34:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T01:49:37.000Z (over 4 years ago)
- Last Synced: 2025-10-05T13:38:53.125Z (8 days ago)
- Topics: ant-design-vue, demo, electron, vue3, webpack5
- Language: JavaScript
- Homepage:
- Size: 4.06 MB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
微信小程序反编译
[](https://juejin.im/user/3702810894152983)
[](https://blog.csdn.net/qq_41614928)
[](https://www.zhihu.com/people/shun-yue-45)
[](https://space.bilibili.com/475498258)
[](#爱看编程)# 微信小程序反编译: 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
```# 效果图:
### 打包项目后的效果
# 反编译小程序:
### 微信开发者工具打开后的效果
