Skip to content

Commit fc09c16

Browse files
authored
Merge pull request #190 from Kenny-NISLab/develop
本番反映
2 parents fe90019 + a05a250 commit fc09c16

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

Diff for: .vscode/settings.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"files.autoSave": "afterDelay",
3+
"editor.formatOnSave": true,
4+
"editor.formatOnPaste": true,
5+
"editor.formatOnType": true,
6+
"[javascript]": {
7+
"editor.defaultFormatter": "esbenp.prettier-vscode"
8+
},
9+
"[vue]": {
10+
"editor.defaultFormatter": "esbenp.prettier-vscode"
11+
},
12+
"editor.codeActionsOnSave": {
13+
"source.fixAll.eslint": true,
14+
}
15+
}

Diff for: README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ nodebrew setup
108108
nodebrew ls-remote
109109

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

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

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

155157
```bash
156-
git clone <このリポジトリのSSH URL>
158+
git clone [email protected]:Kenny-NISLab/lab-assignment.git
157159
```
158160

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

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

224+
#### 4. VSCodeで開発に必要な拡張ツール
225+
226+
開発するにあたり,以下の拡張ツールをインストールしておいてください
227+
228+
- ESLint
229+
- Vetur
230+
- Prettier
231+
222232
---
223233

224234
## Firebase プロジェクトの管理

0 commit comments

Comments
 (0)