Ape Tools
Tools for app developers
Live: https://apetools.webprofusion.com
Don't Go Ape. Go Ape Tools. For when it all seems like too much work.
Image Gorilla
Generate your App Icons and Splashscreens in all the required sizes to get your app to market faster.
This app uses VueJS with TypeScript.
If you are looking to contribute to development, all the magic happens in: https://github.com/webprofusion/apetools/blob/master/src/views/Tools.vue
Project setup
Use predefined environment (Optional)
Open Visual Studio Code
, go to View > Command Palette...
and execute Remote-Containers: Reopen in Container
.
This opens the project with the correct environment.
(https://code.visualstudio.com/docs/remote/create-dev-container#_create-a-devcontainerjson-file)
Install dependencies
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint