File tree 2 files changed +27
-2
lines changed
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ nodebrew setup
108
108
nodebrew ls-remote
109
109
110
110
# Nodeのインストール
111
- nodebrew install-binary v12.22.17
111
+ nodebrew install-binary v12.22.7
112
+ nodebrew compile v12.22.7 # M1の場合はこちら
112
113
113
114
# インストールしたバージョンの確認
114
115
nodebrew ls
@@ -151,9 +152,10 @@ npm install -g firebase-tools
151
152
#### 1. リポジトリのクローン
152
153
153
154
- ` git ` にて,リポジトリのクローンを行う
155
+ - GitHubにssh接続ができるように設定しておきましょう
154
156
155
157
``` bash
156
- git clone < このリポジトリのSSH URL >
158
+ git clone
[email protected] :Kenny-NISLab/lab-assignment.git
157
159
```
158
160
159
161
#### 2. 開発環境の用意
@@ -219,6 +221,14 @@ control + C
219
221
220
222
![ image] ( https://user-images.githubusercontent.com/49640294/150631310-09a23a79-2f52-4403-aa20-65d58efbe601.png )
221
223
224
+ #### 4. VSCodeで開発に必要な拡張ツール
225
+
226
+ 開発するにあたり,以下の拡張ツールをインストールしておいてください
227
+
228
+ - ESLint
229
+ - Vetur
230
+ - Prettier
231
+
222
232
---
223
233
224
234
## Firebase プロジェクトの管理
You can’t perform that action at this time.
0 commit comments