OSDN Git Service

レイアウトを少しだけ変更
[ngware/todo_client.git] / README.md
1 # todo_client
2
3 need db (local or crowd)
4 need docker
5 need hasura
6
7 ## Project setup
8 ```
9 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 ### Run your tests
23 ```
24 npm run test
25 ```
26
27 ### Lints and fixes files
28 ```
29 npm run lint
30 ```
31
32 ### Run your unit tests
33 ```
34 npm run test:unit
35 ```
36
37 ### Customize configuration
38 See [Configuration Reference](https://cli.vuejs.org/config/).