Skip to content

Commit 2be3ffc

Browse files
authored
Guide > Mobile の翻訳 (#269)
* feat: add guide > mobile * feat: activate link to guide > mobile * docs: translate guide > mobile
1 parent 3735c6e commit 2be3ffc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const sidebar = {
9898
'/guide/single-file-component',
9999
'/guide/testing',
100100
'/guide/typescript-support',
101-
// '/guide/mobile',
101+
'/guide/mobile',
102102
// '/guide/tooling/deployment'
103103
]
104104
},

src/guide/mobile.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# モバイル
2+
3+
## はじめに
4+
5+
Vue.js は、ネイティブにはモバイルアプリの開発をサポートしていませんが、 Vue.js で iOS や Android のネイティブアプリを作成するための解決策はたくさんあります。
6+
7+
## ハイブリッドアプリの開発
8+
9+
### Capacitor
10+
11+
[Capacitor](https://capacitorjs.com/) は、 [Ionic Team](https://ionic.io/) のプロジェクトです。複数のプラットフォームで動作可能な API を提供することで、開発者が単一のコードベースで iOS、Android、PWA のネイティブアプリを構築できるようにするものです。
12+
13+
**リソース**
14+
15+
- [Capacitor + Vue.js ガイド](https://capacitorjs.com/solution/vue)
16+
17+
### NativeScript
18+
19+
[NativeScript](https://www.nativescript.org) は、あなたのすでに知っているウェブスキルを使って、クロスプラットフォームの (真にネイティブな) モバイルアプリを開発します。これらを組み合わせることで、没入感のあるモバイル体験を開発するための素晴らしいペアになります。
20+
21+
**リソース**
22+
23+
- [NativeScript + Vue.js ガイド](https://nativescript.org/vue/)

0 commit comments

Comments
 (0)