electron-app-store
A Cross-Platform App Store for Electron.js Apps
File Explorer
Download Latest Version (.zip)- bug_report.md
- release.yml
- icon.icns
- 1024x1024.png
- 128x128.png
- 16x16.png
- 24x24.png
- 256x256.png
- 32x32.png
- 48x48.png
- 512x512.png
- 64x64.png
- icon.ico
- 128x128.png
- 16x16.png
- 24x24.png
- 256x256.png
- 32x32.png
- 48x48.png
- 512x512.png
- 64x64.png
- background.js
- downloadManager.js
- favicon.ico
- index.html
- app.png
- dl.png
- Explore.png
- modal.png
- repo-card.jpg
- arrow-left-circle.svg
- arrow-left.svg
- arrow-right.svg
- chevron-down.svg
- download.svg
- home.svg
- logo.png
- maximize.svg
- minimize.svg
- pause.svg
- play.svg
- retry.svg
- search.svg
- settings.svg
- trash.svg
- x.svg
- animate.css
- component.css
- global.css
- splash.css
- utilityClasses.css
- logo.png
- base-button.vue
- base-toggle.vue
- app-card.vue
- app-header.vue
- base-menu.vue
- download-modal.vue
- downloadCard.vue
- downloadWidget.vue
- loading.vue
- splash.vue
- index.js
- index.js
- utils.js
- AppInfo.vue
- Category.vue
- ExplorePage.vue
- SearchResults.vue
- Settings.vue
- App.vue
- main.js
- .browserslistrc
- .gitignore
- .gitlab-ci.yml
- babel.config.js
- LICENSE
- package.json
- README.md
- vue.config.js
# Installation Guide
1. Get the code
git clone https://github.com/Electron-Store/electron-app-store
Downloads the entire project code from GitHub to your computer.
cd electron-app-store
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
