app-framework
v4.0.0-alpha.12
Published
Applications for any device with HTML, CSS and JavaScript - free and open source!
Downloads
147
Readme
App Framework
A combination of great pieces of open source code to let you develop, build and deploy a new application in minutes. With App Framework, you can spend your time for what makes your application unique, not the tricky stuff around!
Version 4 is still under development. Version 1 is the latest stable one, focussed on Framework7Vue.
Features
- [ ] Powerful JavaScript Framework - based on Vue.js, React or Angular.
- [ ] Beautiful UX Framework - choose Material Design, Bootstrap, Framework7 or SAP UI5.
- [ ] Comprehensive Icon Fonts - like FontAwesome, Framework7 Icons, Ion Icons and Material Design Icons.
- [ ] Hardware APIs - provided by Capacitor and Cordova.
- [ ] One Code Base - with HTML, CSS and JavaScript with ES6 support.
- [ ] Local Development Server - with live reload, perfectly to use together with Chrome DevTools.
- [ ] Native Build - as PWA, mobile App (iOS or Android) or desktop App (macOS, Windows or Linux).
- [ ] Icon Generation - for favicon, touch icons and splash screens, out of a single image file with Jimp.
- [ ] Easy Deployment - without downtime, to the Apple App Store, Google Play Store, Firebase or any FTP server.
Quick Start
- Run
npx app-framework
to open a wizard which will guide you to your new application project. - Run
npx app dev
to open a development server in the web browser. - Run
npx app build
to build your application as Progressive Web App.