Skip to content

Commit

Permalink
[FE] DOCS : Readme 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-jinyoung-park authored Dec 20, 2020
1 parent b7903b0 commit 94e236f
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# client

## Project setup
## Folder Structure
```
├─src
├───api
├───assets
├───components
├───composables
├───mixins
├───plugins
├───router
├───store
├───utils
│ └───whaleApi
├───views
├───App.vue
└───main.js
```

## Project Setup
```
npm install
```
Expand All @@ -14,16 +32,3 @@ npm run serve
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

0 comments on commit 94e236f

Please sign in to comment.