Need advice about which tool to choose?Ask the StackShare community!

Apache Cordova

702
892
+ 1
218
Vuetify

1.2K
1.8K
+ 1
170
Add tool

Apache Cordova vs Vuetify: What are the differences?

Introduction

Apache Cordova and Vuetify are two popular frameworks used in web development. Below are the key differences between the two.

  1. Platform Compatibility: Apache Cordova is primarily focused on creating cross-platform mobile applications using web technologies like HTML, CSS, and JavaScript, allowing developers to build apps for multiple platforms such as iOS, Android, and Windows. On the other hand, Vuetify is a Material Design component framework for Vue.js, used primarily for creating responsive web applications that work across different browsers and devices, focusing more on web app development rather than mobile app development.

  2. Purpose: Apache Cordova is ideal for developers looking to create hybrid mobile applications that can be deployed on various platforms with a single codebase, making it easier to reach a broader audience. In contrast, Vuetify is more suitable for developers looking to build modern, visually appealing web applications with a consistent user interface, making it a popular choice for projects that require a polished design and strong user experience.

  3. Development Community: Apache Cordova has a large and active community of developers who contribute to the framework's evolution, provide support, and share resources to help others in building mobile apps. On the other hand, Vuetify, being a component framework for Vue.js, leverages the vibrant and growing Vue.js community, offering developers a wealth of resources, plugins, and support to enhance and streamline their web development projects.

  4. Component Ecosystem: Vuetify provides a comprehensive set of pre-built and customizable Material Design components, such as buttons, cards, dialogs, and navigation drawers, enabling developers to quickly prototype and develop web applications with a consistent look and feel. Apache Cordova, while offering a plugin ecosystem for extending functionality, does not provide a predefined component library like Vuetify, requiring developers to create their UI components or use third-party libraries.

  5. Technology Stack: Apache Cordova utilizes web technologies like HTML, CSS, and JavaScript to create mobile applications, enabling developers to leverage their existing web development skills and resources. In comparison, Vuetify is built on top of Vue.js, a progressive JavaScript framework, which promotes component-based development and provides features like reactive data binding and virtual DOM, enhancing the performance and scalability of web applications.

  6. Learning Curve: Apache Cordova, with its focus on web technologies and cross-platform development, may have a steeper learning curve for beginners or developers unfamiliar with mobile app development practices. Vuetify, on the other hand, provides a straightforward and intuitive way to build responsive web applications using Material Design principles, making it easier for developers to create visually appealing interfaces without extensive knowledge of front-end development.

In Summary, Apache Cordova is suitable for cross-platform mobile app development, while Vuetify is ideal for building responsive web applications with Material Design components for a polished user interface.

Decisions about Apache Cordova and Vuetify
Aleksandr Filatov
Contract Software Engineer - Microsoft · | 2 upvotes · 396.3K views

I've done some Hybrid Mobile apps with both technologies Apache Cordova and React Native and described my experience in my blog.

In a few words, I would suggest to use each technology in accordance what what is your current code base and what do you want to achieve.

React Native is a great option if you need that extra edge in performance with multi-threading and native UI rendering. Or you already have a web app based on React which you want to port to mobile.

On the other hand, if you have an existing web application code and you want to reuse some or all, including the ability to use web third-party libraries, then Cordova is the best option.

See more
Aleksandr Filatov
Contract Software Engineer - Microsoft · | 2 upvotes · 108.6K views
What is Proguard?

ProGuard is the most popular optimizer for Java bytecode. It makes your Java and Android applications up to 90% smaller and up to 20% faster. ProGuard also provides minimal protection against reverse engineering by obfuscating the names of classes, fields and methods.

How to use it in Cordova app?

I didn't find any plugins for it. So I've implemented it by myself and shared it on GitHub.

Feel free to use!

See more
Paul Whittemore
Developer and Owner at Appurist Software · | 15 upvotes · 1.1M views

I'm building most projects using: Server: either Fastify (all projects going forward) or ExpressJS on Node.js (existing, previously) on the server side, and Client app: either Vuetify (currently) or Quasar Framework (going forward) on Vue.js with vuex on Electron for the UI to deliver both web-based and desktop applications for multiple platforms.

The direct support for Android and iOS in Quasar Framework will make it my go-to client UI platform for any new client-side or web work. On the server, I'll probably use Fastly for all my server work, unless I get into Go more in the future.

Update: The mobile support in Quasar is not a sufficiently compelling reason to move me from Vuetify. I have decided to stick with Vuetify for a UI for Vue, as it is richer in components and enables a really great-looking professional result. For mobile platforms, I will just use Cordova to wrap the Vue+Vuetify app for mobile, and Electron to wrap it for desktop platforms.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Apache Cordova
Pros of Vuetify
  • 48
    Lots of plugins
  • 35
    JavaScript
  • 26
    Great community
  • 25
    Easy Development
  • 18
    Easy to learn
  • 15
    Cross platform
  • 7
    Open Source
  • 6
    Easy, fast, not buggy in my experience with my code
  • 6
    Lots of descendants; PhoneGap, Ionic, Intel XDA etc
  • 4
    Can use CSS3
  • 4
    Rich HTML 5
  • 4
    Easy debugging
  • 3
    HTML, CSS and JS
  • 3
    Fast and hot reload
  • 3
    Rich css ui
  • 3
    Use what you code in your browser
  • 2
    Need a light system
  • 2
    Native Web Technologies
  • 2
    Without extra tooling needed
  • 2
    One code base everywhere
  • 29
    Enables beauty for graphically challenged devs
  • 24
    Wide range of components and active development
  • 22
    Vue
  • 18
    New age components
  • 13
    Easy integration
  • 11
    Material Design
  • 10
    Open Source
  • 9
    Nuxt.js
  • 6
    Awesome Documentation
  • 5
    Awesome Component collection
  • 5
    Internationalization
  • 5
    Not tied to jQuery
  • 4
    Best use of vue slots you'll ever see
  • 2
    Not tied to jQuery
  • 2
    Treeshaking
  • 2
    Active Community
  • 2
    Responsiveness

Sign up to add or upvote prosMake informed product decisions

Cons of Apache Cordova
Cons of Vuetify
  • 2
    No native performance
  • 1
    Hard to install
  • 0
    Hard to install
  • 19
    It is heavy
  • 3
    Not Vue 3 Ready (Alpha-Version)

Sign up to add or upvote consMake informed product decisions

What is Apache Cordova?

Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.

What is Vuetify?

Vuetify is a component framework for Vue.js 2. It aims to provide clean, semantic and reusable components that make building your application a breeze. Vuetify utilizes Google's Material Design design pattern, taking cues from other popular frameworks such as Materialize.css, Material Design Lite, Semantic UI and Bootstrap 4.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Apache Cordova?
What companies use Vuetify?
See which teams inside your own company are using Apache Cordova or Vuetify.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Apache Cordova?
What tools integrate with Vuetify?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

Vue.jsSpring BootUnity+7
2
1198
What are some alternatives to Apache Cordova and Vuetify?
Xamarin
Xamarin’s Mono-based products enable .NET developers to use their existing code, libraries and tools (including Visual Studio*), as well as skills in .NET and the C# programming language, to create mobile applications for the industry’s most widely-used mobile devices, including Android-based smartphones and tablets, iPhone, iPad and iPod Touch.
PhoneGap
PhoneGap is a web platform that exposes native mobile device apis and data to JavaScript. PhoneGap is a distribution of Apache Cordova. PhoneGap allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platforms' native development language. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's sensors, data, and network status.
React Native
React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.
Electron
With Electron, creating a desktop application for your company or idea is easy. Initially developed for GitHub's Atom editor, Electron has since been used to create applications by companies like Microsoft, Facebook, Slack, and Docker. The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on io.js and Chromium and is used in the Atom editor.
Ionic
Free and open source, Ionic offers a library of mobile and desktop-optimized HTML, CSS and JS components for building highly interactive apps. Use with Angular, React, Vue, or plain JavaScript.
See all alternatives