We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab69ba commit 621da4cCopy full SHA for 621da4c
Makefile
@@ -3,3 +3,7 @@ build:
3
firebase deploy
4
serve:
5
npm run serve
6
+setup:
7
+ npm install
8
+lint:
9
+ npm run lint
README.md
@@ -1,28 +1,6 @@
1
# junanaho
2
-ブラウザで十七歩対人対戦
+ブラウザで十七歩対人対戦
+https://junanaho-c8f5d.web.app/ で遊べます
## Screenshot

-
-## Project setup
-```
-npm install
10
11
12
-### Compiles and hot-reloads for development
13
14
-npm run serve
15
16
17
-### Compiles and minifies for production
18
19
-npm run build
20
21
22
-### Lints and fixes files
23
24
-npm run lint
25
26
27
-### Customize configuration
28
-See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments