Skip to content

Commit c9ce574

Browse files
committed
feat: add guide > mobile
1 parent 3735c6e commit c9ce574

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/guide/mobile.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Mobile
2+
3+
## Introduction
4+
5+
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.
6+
7+
## Hybrid-App Development
8+
9+
### Capacitor
10+
11+
[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.
12+
13+
**Resources**
14+
15+
- [Capacitor + Vue.js Guide](https://capacitorjs.com/solution/vue)
16+
17+
### NativeScript
18+
19+
[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.
20+
21+
**Resources**
22+
23+
- [NativeScript + Vue.js Guide](https://nativescript.org/vue/)

0 commit comments

Comments
 (0)