Skip to content

Commit

Permalink
Merge pull request #190 from Kenny-NISLab/develop
Browse files Browse the repository at this point in the history
本番反映
  • Loading branch information
RyoichiNakai authored Feb 17, 2022
2 parents fe90019 + a05a250 commit fc09c16
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
}
}
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ nodebrew setup
nodebrew ls-remote

# Nodeのインストール
nodebrew install-binary v12.22.17
nodebrew install-binary v12.22.7
nodebrew compile v12.22.7 # M1の場合はこちら

# インストールしたバージョンの確認
nodebrew ls
Expand Down Expand Up @@ -151,9 +152,10 @@ npm install -g firebase-tools
#### 1. リポジトリのクローン

- `git`にて,リポジトリのクローンを行う
- GitHubにssh接続ができるように設定しておきましょう

```bash
git clone <このリポジトリのSSH URL>
git clone git@github.com:Kenny-NISLab/lab-assignment.git
```

#### 2. 開発環境の用意
Expand Down Expand Up @@ -219,6 +221,14 @@ control + C

![image](https://user-images.githubusercontent.com/49640294/150631310-09a23a79-2f52-4403-aa20-65d58efbe601.png)

#### 4. VSCodeで開発に必要な拡張ツール

開発するにあたり,以下の拡張ツールをインストールしておいてください

- ESLint
- Vetur
- Prettier

---

## Firebase プロジェクトの管理
Expand Down

0 comments on commit fc09c16

Please sign in to comment.