Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const sidebar = {
'/guide/single-file-component',
'/guide/testing',
'/guide/typescript-support',
// '/guide/mobile',
'/guide/mobile',
// '/guide/tooling/deployment'
]
},
Expand Down
23 changes: 23 additions & 0 deletions src/guide/mobile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# モバイル

## はじめに

Vue.js は、ネイティブにはモバイルアプリの開発をサポートしていませんが、 Vue.js で iOS や Android のネイティブアプリを作成するための解決策はたくさんあります。

## ハイブリッドアプリの開発

### Capacitor

[Capacitor](https://capacitorjs.com/) は、 [Ionic Team](https://ionic.io/) のプロジェクトです。複数のプラットフォームで動作可能な API を提供することで、開発者が単一のコードベースで iOS、Android、PWA のネイティブアプリを構築できるようにするものです。

**リソース**

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

### NativeScript

[NativeScript](https://www.nativescript.org) は、あなたのすでに知っているウェブスキルを使って、クロスプラットフォームの (真にネイティブな) モバイルアプリを開発します。これらを組み合わせることで、没入感のあるモバイル体験を開発するための素晴らしいペアになります。

**リソース**

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