Skip to content

Commit

Permalink
feat: add guide > mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
naokie committed Apr 20, 2021
1 parent 3735c6e commit c9ce574
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/guide/mobile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Mobile

## Introduction

While Vue.js does not natively support mobile app development, there are a number of solutions for creating native iOS and Android apps with Vue.js.

## Hybrid-App Development

### Capacitor

[Capacitor](https://capacitorjs.com/) is a project from the [Ionic Team](https://ionic.io/) that allows developers to build native iOS, Android, and PWA apps with a single codebase by providing an API that can be run across multiple platforms.

**Resources**

- [Capacitor + Vue.js Guide](https://capacitorjs.com/solution/vue)

### NativeScript

[NativeScript](https://www.nativescript.org) powers cross-platform (truly native) mobile apps, using the web skills you already know. Combined they are a fantastic pair for developing immersive mobile experiences.

**Resources**

- [NativeScript + Vue.js Guide](https://nativescript.org/vue/)

0 comments on commit c9ce574

Please sign in to comment.