• Stars
    star
    162
  • Rank 225,426 (Top 5 %)
  • Language Vue
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Don't Go Ape. Go Ape Tools. For when it all seems like too much work.

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