From c9ce574dd4a3dae6312065459da886b6845ab854 Mon Sep 17 00:00:00 2001 From: Naoki Endoh Date: Tue, 20 Apr 2021 20:26:06 +0900 Subject: [PATCH 1/3] feat: add guide > mobile --- src/guide/mobile.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/guide/mobile.md diff --git a/src/guide/mobile.md b/src/guide/mobile.md new file mode 100644 index 00000000..b9b1188c --- /dev/null +++ b/src/guide/mobile.md @@ -0,0 +1,23 @@ +# Mobile + +## Introduction + +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. + +## Hybrid-App Development + +### Capacitor + +[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. + +**Resources** + +- [Capacitor + Vue.js Guide](https://capacitorjs.com/solution/vue) + +### NativeScript + +[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. + +**Resources** + +- [NativeScript + Vue.js Guide](https://nativescript.org/vue/) From 21c4d4f867c278a5f05c6d9bfa9e4d6ca76ea738 Mon Sep 17 00:00:00 2001 From: Naoki Endoh Date: Tue, 20 Apr 2021 20:38:06 +0900 Subject: [PATCH 2/3] feat: activate link to guide > mobile --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 1267a37c..7aa2d51b 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -98,7 +98,7 @@ const sidebar = { '/guide/single-file-component', '/guide/testing', '/guide/typescript-support', - // '/guide/mobile', + '/guide/mobile', // '/guide/tooling/deployment' ] }, From 6e28e0344e984e754d0788a8c03453f8ee5b8bb2 Mon Sep 17 00:00:00 2001 From: Naoki Endoh Date: Tue, 20 Apr 2021 20:39:40 +0900 Subject: [PATCH 3/3] docs: translate guide > mobile --- src/guide/mobile.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/guide/mobile.md b/src/guide/mobile.md index b9b1188c..19d2caaa 100644 --- a/src/guide/mobile.md +++ b/src/guide/mobile.md @@ -1,23 +1,23 @@ -# Mobile +# モバイル -## Introduction +## はじめに -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. +Vue.js は、ネイティブにはモバイルアプリの開発をサポートしていませんが、 Vue.js で iOS や Android のネイティブアプリを作成するための解決策はたくさんあります。 -## Hybrid-App Development +## ハイブリッドアプリの開発 ### Capacitor -[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. +[Capacitor](https://capacitorjs.com/) は、 [Ionic Team](https://ionic.io/) のプロジェクトです。複数のプラットフォームで動作可能な API を提供することで、開発者が単一のコードベースで iOS、Android、PWA のネイティブアプリを構築できるようにするものです。 -**Resources** +**リソース** -- [Capacitor + Vue.js Guide](https://capacitorjs.com/solution/vue) +- [Capacitor + Vue.js ガイド](https://capacitorjs.com/solution/vue) ### NativeScript -[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. +[NativeScript](https://www.nativescript.org) は、あなたのすでに知っているウェブスキルを使って、クロスプラットフォームの (真にネイティブな) モバイルアプリを開発します。これらを組み合わせることで、没入感のあるモバイル体験を開発するための素晴らしいペアになります。 -**Resources** +**リソース** -- [NativeScript + Vue.js Guide](https://nativescript.org/vue/) +- [NativeScript + Vue.js ガイド](https://nativescript.org/vue/)