이태화

final

Showing 1 changed file with 27 additions and 7 deletions
1 1
2 2
3 -# Khu Notice 3 +## Khu Notice
4 +<br>
5 +
4 장학센터, 소프트웨어 융합학과, 경희대 홈페이지 등 여기저기 흩어져있는 공지사항을 한 곳에서 모아 볼 수 있는 사이트입니다.<br> 6 장학센터, 소프트웨어 융합학과, 경희대 홈페이지 등 여기저기 흩어져있는 공지사항을 한 곳에서 모아 볼 수 있는 사이트입니다.<br>
5 7
6 -# 사용방법 8 +## 사용방법
9 +<br>
10 +
11 +### frontend build
12 +<br>
7 13
8 -## frontend build
9 우선 프론트엔드를 빌드해야 합니다.<br> 14 우선 프론트엔드를 빌드해야 합니다.<br>
10 ``` 15 ```
11 starting point = /frontend-builder 16 starting point = /frontend-builder
...@@ -13,8 +18,8 @@ start with "npm install" and "npm run build" ...@@ -13,8 +18,8 @@ start with "npm install" and "npm run build"
13 ``` 18 ```
14 빌드된 프론트엔드는 /backend/public 디렉토리에 저장됩니다.<br> 19 빌드된 프론트엔드는 /backend/public 디렉토리에 저장됩니다.<br>
15 20
16 -## to start server 21 +### to start server
17 - 22 +<br>
18 이제 서버를 실행시켜야 합니다. 23 이제 서버를 실행시켜야 합니다.
19 ``` 24 ```
20 starting point = /backend 25 starting point = /backend
...@@ -22,6 +27,21 @@ start with "npm install" and "npm run start" ...@@ -22,6 +27,21 @@ start with "npm install" and "npm run start"
22 ``` 27 ```
23 28
24 29
25 -## 공지사항을 모아서 보여주는 사이트입니다. 30 +### 사이트 디자인
26 - 31 +<br>
27 <img src= "./siteDesign.PNG"> 32 <img src= "./siteDesign.PNG">
33 +
34 +### built with
35 +<br>
36 +- [vue](https://kr.vuejs.org/v2/guide/index.html)
37 +- [axios](https://github.com/axios/axios)
38 +- [eslint](https://eslint.org/)
39 +- [babel](https://babeljs.io/)
40 +- [crypto](https://www.npmjs.com/package/crypto-js)
41 +- [mysql](https://www.npmjs.com/package/mysql)
42 +- [cheerio](https://github.com/cheeriojs/cheerio)
43 +
44 +
45 +### licence
46 +<br>
47 + - MIT license
...\ No newline at end of file ...\ No newline at end of file
......