From 46ad73003a6559cba0bacc0ef660edcb8d724006 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 22 Jul 2021 21:10:05 +0900 Subject: [PATCH] create frontend files --- docs/README.md | 3 +- docs/create-vue-app.md | 9 +- frontend/.gitignore | 2 + frontend/babel.config.js | 3 + frontend/codesandbox.json | 1 + frontend/package.json | 20 + frontend/public/index.html | 11 + frontend/src/App.vue | 35 + frontend/src/main.js | 4 + frontend/yarn.lock | 8183 ++++++++++++++++++++++++++++++++++++ 10 files changed, 8261 insertions(+), 10 deletions(-) create mode 100644 frontend/.gitignore create mode 100644 frontend/babel.config.js create mode 100644 frontend/codesandbox.json create mode 100644 frontend/package.json create mode 100644 frontend/public/index.html create mode 100644 frontend/src/App.vue create mode 100644 frontend/src/main.js create mode 100644 frontend/yarn.lock diff --git a/docs/README.md b/docs/README.md index 6dd2442..4ec5275 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,9 +4,8 @@ Hasuraを使用してPostgresデータベースに接続したREST APIを構築 これからこのハンズオンで作成するのは次のようなWebアプリです。 -