Skip to content

「MaaS LINE ミニアプリ Hands-On with Microsoft Azure」のサンプルコードおよびセルフペースドハンズオン資料

Notifications You must be signed in to change notification settings

dzeyelid/onsen-maas-vueapp

Repository files navigation

【地方活性化!】MaaS Hands-On with Microsoft Azure【ミニアプリ】

このリポジトリは、【地方活性化!】MaaS Hands-On with Microsoft Azure【ミニアプリ】 で行うハンズオンのサンプルコードとセルフペースドハンズオンの資料を含んでいます。

セルフペースドハンズオン

セルフペースドハンズオンを実施される方は、 docs/self-paced-handson へお進みください。

ご質問、トラブルシューティングの受付

ご質問やトラブルシューティングは、このリポジトリの GitHub Discussions にて受け付けます。

サンプルコード

ディレクトリ構成

以下のような構成で、Vue.js によるサンプルコードや、ドキュメントを格納しています。

├── .devcontainer       ... Dev container 構成
├── .vscode             ... Visual Studio Code 用プロジェクト設定
├── api                 ... Backend API (Azure Functions 対応) 
├── docs                ... 資料などドキュメンテーション
├── public              ... Vue.js プロジェクトの public ディレクトリ
├── src                 ... Vue.js プロジェクトの src ディレクトリ
├── README.md           ... このファイル
└── ...                 ... Vue.js プロジェクトのファイル一式

Vue.js プロジェクト

Vue.js プロジェクトに関する補足は下記をご参考ください。

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

About

「MaaS LINE ミニアプリ Hands-On with Microsoft Azure」のサンプルコードおよびセルフペースドハンズオン資料

Resources

Stars

Watchers

Forks