Skip to content

Guide > Mobile の翻訳 #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 20, 2021
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/)