https://github.com/simulatedgreg/asar-explorer
Now you can snoop through all the electron apps
https://github.com/simulatedgreg/asar-explorer
asar electron vue
Last synced: 10 months ago
JSON representation
Now you can snoop through all the electron apps
- Host: GitHub
- URL: https://github.com/simulatedgreg/asar-explorer
- Owner: SimulatedGREG
- Created: 2017-05-27T06:37:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T04:07:17.000Z (over 8 years ago)
- Last Synced: 2025-03-24T18:21:19.839Z (11 months ago)
- Topics: asar, electron, vue
- Language: JavaScript
- Homepage:
- Size: 4.33 MB
- Stars: 76
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Now you can snoop through all the electron apps
---
#### [Download for macOS, Windows, or Linux](https://github.com/SimulatedGREG/asar-explorer/releases)
This project is still in development, but most core functionality is ready to use.
##### Build Setup
``` bash
# install dependencies
yarn install
# serve with hot reload at localhost:9080
yarn run dev
# build electron app for production
yarn run build
```
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this scaffold can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).