Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
/ website Public archive
forked from Tokyo-Metro-Gov/covid19

青森県 新型コロナウイルス感染症対策サイト

License

Notifications You must be signed in to change notification settings

covid19-aomori/website

 
 

Repository files navigation

青森県 新型コロナウイルス感染症対策サイト

CircleCI

ライセンス

本ソフトウェアは、MITライセンスの元提供されています。

開発者向け情報

構成図

環境構築の手順

  • 必要となるNode.jsのバージョン: 10.19.0以上

yarn を使う場合

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

docker compose を使う場合

# serve with hot reload at localhost:3000
$ docker-compose up --build

Vagrant を使う場合

# serve with hot reload at localhost:3000
$ vagrant up

Cannot find module **** と怒られた時

yarn を使う場合

$ yarn install

docker compose を使う場合

$ docker-compose run --rm app yarn install

VSCode + Remote Containersで開発する場合

  1. VSCodeの拡張機能「Remote Development」を導入します。
  2. この画像(外部サイト)のように左下部の「Open Folder in Container」でこのリポジトリのルートを選択すれば環境構築が始まります。

Topic

  • 設定を変更したい場合は、.devcontainer/devcontainer.jsonを修正してください。 詳細はdevcontainer.jsonのリファレンスを参照してください。
  • Remote Container実行時のみ有効な拡張機能「ESLint」を導入していますが、必要に応じてdevcontainer.jsonextensionsに追加してください。 詳細な手順はこちら(外部サイト)を参照してください。
  • 開発環境を再構築する場合は、左下部の「Rebuild Container」を実行してください。

About

青森県 新型コロナウイルス感染症対策サイト

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Vue 87.0%
  • TypeScript 4.2%
  • PHP 3.4%
  • CSS 2.5%
  • Shell 1.8%
  • Python 0.6%
  • Other 0.5%