File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ const sidebar = {
98
98
'/guide/single-file-component' ,
99
99
'/guide/testing' ,
100
100
'/guide/typescript-support' ,
101
- // '/guide/mobile',
101
+ '/guide/mobile' ,
102
102
// '/guide/tooling/deployment'
103
103
]
104
104
} ,
Original file line number Diff line number Diff line change
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/ )
You can’t perform that action at this time.
0 commit comments