/apetools

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

Primary LanguageTypeScriptMIT LicenseMIT

Ape Tools

说明

用于生成 app 启动页,自己改过了一下,支持从大图裁切,生成各种尺寸的启动页

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.

Note: this is the client side JS port of Ape Tools (which was originally server-side C#). 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/components/tools/tools.ts

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8082
npm run dev

# build for production with minification
npm run build

# clean the production build
npm run clean