Toggle navigation
Toggle navigation
This project
Loading...
Sign in
황성연
/
lolinfo.gg
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
황성연
2020-06-27 16:41:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b67659733f8f390c25591bd8301a44aca8234fd
4b676597
1 parent
a18a5e69
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
README.md
README.md
View file @
4b67659
...
...
@@ -14,7 +14,18 @@ Riot Games에서 제공하는 API를 통해 리그오브레전드 실시간 경
4.
최근 5경기 대전기록을 보여줍니다.
5.
기존의 views는 html이었는데 vue로 바꾸었습니다.
### 설치 방법
### 사용 방법
#### 1. 도메인 접속
```
www.osshsy.tk:8080```
#### 2. 검색 방법
랭크를 가지고 있는 사람만 검색이 가능하고 실시간 경기도 랭크게임만 가능합니다.
OP.GG 에 접속하셔서 프로관전 탭을 누르시면 실시간 경기중인 유저가 나옵니다.
랭킹 탭을 누르시면 랭크 상위권 유저가 나옵니다.
이용시 참고하세요.
### 사용 방법 (localhost에서 사용하실 분은 이 부분을 참조하세요)
#### 1. git clone
```
git clone http://khuhub.khu.ac.kr/2017104041/lolinfo.gg.git
```
...
...
@@ -23,15 +34,13 @@ Riot Games에서 제공하는 API를 통해 리그오브레전드 실시간 경
터미널로 /backend/ 와 /front-end/felol/ 에서 각각
```
npm i
```
### 사용 방법
#### 1. 터미널로 /backend/ 에서
#### 3. 터미널로 /backend/ 에서
```
npm start
```
####
2
. 터미널로 /front-end/felol/ 에서
####
4
. 터미널로 /front-end/felol/ 에서
```
npm run serve
```
####
3
. localhost:8080 으로 접속
####
5
. localhost:8080 으로 접속
***
...
...
Please
register
or
login
to post a comment