Vuetify Mobile Cordova

screenshot of Vuetify Mobile Cordova
vue
scss
vuetify

My 2020 vue.js + vuetify and cordova starter, made to build some Android APKs and sell them .

Overview:

This product is a Vue.js + Vuetify and Cordova starter kit designed to build Android APKs and sell them. It allows for the compilation of a simple Vue.js app using Cordova to create an Android APK, eliminating the need for the Ionic framework. The app is designed to be responsive on all devices, with well-implemented CSS media queries in the App.vue file. The server can be hosted on platforms like Heroku, and the database can be hosted on MongoDB Atlas. The product offers a fast and efficient solution for creating and selling Android apps.

Features:

  • Easy compilation: The product allows for the simple compilation of a Vue.js app using Cordova to create an Android APK.
  • No need for Ionic: By using Cordova, there is no longer a dependency on the Ionic framework.
  • Responsive design: The app is designed to be responsive on all devices, thanks to well-implemented CSS media queries in the App.vue file.
  • Easy development: The code for the app remains easy to write and maintain.
  • Compatible with various hosting options: The server can be hosted on platforms like Heroku, and the database can be hosted on MongoDB Atlas.
  • Quick packaging: The packaged app is quickly created and appears in the "dist" directory.
  • APK building: The product provides a guide on how to build the APK for the Android app.
  • Preview and testing: There are options to preview the APK and run tests on the Vue.js app.
  • APK signing: The product includes information on how to sign the APK before selling it on the Google Store.
  • Troubleshooting: The product provides information on common issues and solutions, such as USB port power limitations.

Summary:

This product is a starter kit that allows for the development, packaging, and selling of Android apps using Vue.js, Vuetify, and Cordova. It offers easy compilation, responsive design, and compatibility with various hosting options. The installation process involves cloning the repository, installing dependencies, creating and signing the APK, and running tests. Troubleshooting resources are available to help resolve common issues. Overall, this product provides developers with a fast and efficient solution for creating and selling Android apps without the need for the Ionic framework.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.