Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이태화
/
khu-notice-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이태화
2020-12-11 09:09:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60f3777378e8448eabe71114ec4b82605102de28
60f37773
1 parent
a97d318a
final
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
7 deletions
README.MD
README.MD
View file @
60f3777
# Khu Notice
## Khu Notice
<br>
장학센터, 소프트웨어 융합학과, 경희대 홈페이지 등 여기저기 흩어져있는 공지사항을 한 곳에서 모아 볼 수 있는 사이트입니다.
<br>
# 사용방법
## 사용방법
<br>
### frontend build
<br>
## frontend build
우선 프론트엔드를 빌드해야 합니다.
<br>
```
starting point = /frontend-builder
...
...
@@ -13,8 +18,8 @@ start with "npm install" and "npm run build"
```
빌드된 프론트엔드는 /backend/public 디렉토리에 저장됩니다.
<br>
## to start server
##
#
to start server
<br>
이제 서버를 실행시켜야 합니다.
```
starting point = /backend
...
...
@@ -22,6 +27,21 @@ start with "npm install" and "npm run start"
```
## 공지사항을 모아서 보여주는 사이트입니다.
### 사이트 디자인
<br>
<img
src=
"./siteDesign.PNG"
>
### built with
<br>
-
[
vue
](
https://kr.vuejs.org/v2/guide/index.html
)
-
[
axios
](
https://github.com/axios/axios
)
-
[
eslint
](
https://eslint.org/
)
-
[
babel
](
https://babeljs.io/
)
-
[
crypto
](
https://www.npmjs.com/package/crypto-js
)
-
[
mysql
](
https://www.npmjs.com/package/mysql
)
-
[
cheerio
](
https://github.com/cheeriojs/cheerio
)
<img
src=
"./siteDesign.PNG"
>
\ No newline at end of file
### licence
<br>
-
MIT license
\ No newline at end of file
...
...
Please
register
or
login
to post a comment