https://github.com/amorist/icon-generator
generator macOS and windows app icon
https://github.com/amorist/icon-generator
generator icons macos windows
Last synced: 4 months ago
JSON representation
generator macOS and windows app icon
- Host: GitHub
- URL: https://github.com/amorist/icon-generator
- Owner: amorist
- Created: 2018-12-21T06:37:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:33:55.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T05:39:43.288Z (over 1 year ago)
- Topics: generator, icons, macos, windows
- Language: JavaScript
- Homepage:
- Size: 3.53 MB
- Stars: 27
- Watchers: 1
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# icon-generator
> mac win icon generator


#### Build Setup
``` bash
# install dependencies
npm 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).