MIT App Inventor Extensions & Developer Tools - Vue 3 + TypeScript
Welcome to Aemo Developer - your one-stop destination for high-quality MIT App Inventor extensions and developer tools. Now built with modern Vue 3 + TypeScript for better performance and developer experience.
Aemo Developer provides a curated collection of MIT App Inventor extensions and developer tools designed to enhance your mobile app development experience. This modern implementation uses Vue 3 + TypeScript for better maintainability and performance.
- Extensions Library: Pre-built components to add powerful features to your App Inventor projects
- Developer Tools: Utilities like Base64 encoder/decoder and deep link generator
- Easy Integration: Simple import process for all extensions
- Regular Updates: New extensions and features added regularly
- Modern Architecture: Built with Vue 3 + TypeScript for better performance
- Responsive Design: Mobile-first responsive layout
- PWA Ready: Install as a desktop/mobile app
- Frontend: Vue 3 with Composition API
- Language: TypeScript
- Build Tool: Vite
- Styling: Scoped CSS with modern features
- Animations: AOS (Animate On Scroll)
- Icons: Custom SVG and image assets
- Node.js 18+
- npm or yarn
-
Clone the repository:
git clone <repository-url> cd me.aemo.dev
-
Install dependencies:
npm install
-
Start development server:
npm run dev
Or simply run:
run.bat
-
Open your browser: Navigate to
http://localhost:3000
npm run dev- Start development server with hot reloadnpm run build- Build for productionnpm run preview- Preview production build locallynpm run type-check- Run TypeScript type checking
src/
├── components/ # Vue components
├── composables/ # Reusable composition functions
├── types/ # TypeScript type definitions
├── styles/ # Global styles
├── App.vue # Root component
└── main.ts # Application entry point
Our API provides programmatic access to our extension library.
GET /api/extensions- List all available extensions- Supports optional
?filter=<filter_name>query parameter - Supports optional
?data=id,title,pricequery parameter to select specific fields
- Supports optional
GET /api/extensions/{id}- Get details for a specific extension
No authentication required for public endpoints. Rate limits apply.
MIT License
Copyright (c) 2023 Aemo Developer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.