/UriJuwiM

짧은 여행을 즐기게 해드릴게요

Primary LanguageVue

우리주위M

Logo

컴퓨터 구성 / 필수 조건 안내 (Prerequisites)

Make sure you have installed all of the following prerequisites on your development machine:

설치 안내 (Installation Process)

Cloning The GitHub Repository

The recommended way to get source is to use git to directly clone the repository:

$ git clone https://github.com/maemesoft/UriJuwiM.git

사용법 (Getting Started)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

파일 정보 및 목록 (File Manifest)

├─UriJuwiM
│  │ README.md, .gitignore, package.json, vue.config.js, ...
│  ├─ node_modules/vue-daum-map  <  (https://github.com/okchangwon/vue-daum-map)
│  ├─ public
│  │     index.html
│  │     favicon.ico
│  │     example.png // useless..?
│  ├─ reference
│  │     image files for README.md
│  │
│  ├─ src // Based Vue, App.vue and main.js ...
│      ├─ assets
│      │    ├─ icon // svg Vector files
│      │    ├─ img // image files
│      │    ├─ svg // svg Vector files (deprecated)
│      │
│      │
│      ├─ components // componenets file
│      ├─ plugins
│      ├      element.js // element ui plugin (https://element.eleme.io/#/en-US)
│      ├─ router
│      │      index.js // manage vue-router
│      ├─ store  
│      │      index.js // manage vuex
│      ├─ Views
│      │      Intro.vue     //  if './' domain root, print intro and go to dashboard
│      │      Nav.vue       //  Navigation bar
│      │      Dashboard.vue //  './dashboard'
│      │      Explore.vue   //  './explore'
│      │      Search.vue    //  './search'
│      │      Share.vue     //  './share'
│      │

저작권 및 사용권 정보 (Copyright / End User License)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/

주의사항

배포자 및 개발자의 연락처 정보 (Contact Information)

일병 하정훈 - maemenaver@gmail.com
일병 최호경

알려진 버그 (Known Issues)

Sometimes maps don't work properly.

Occasionally the button will behave abnormally.

문제 발생에 대한 해결책 (Troubleshooting)

Please restart the computer and server, sites. And, if the problem reveal again, please contact to email(maemenaver@gmail.com)

크레딧 (Credit)

This open source software created by the Military Soldier Open SW Collective Education Program.

업데이트 정보 (Change Log)

This is developing... Release as soon link : https://github.com/maemesoft/UriJuwiM/commits/master

개발 로드맵 (To-do List)

대시보드

  • 한국관광공사 API 연동
  • 마커 이미지 변경

탐험

  • 카카오맵 불러오기
  • 현재 위치 기능 구현
  • 마스킹 기능
  • 정적 이미지

검색

  • 지역별 선택 후 맵으로 이동
  • 마커 누르면 카드설명 띄우기

공유

  • 마이크로 SNS 구현
  • 글추가 구현
  • 글삭제 구현
  • 글추가시 사진 업로드, 위치, 시간, 글, 아이디 저장
  • 로그인 기능 구현

기타

  • 인트로 화면 제작
  • 네비게이션 개선

문서 작성

  • 개발문서 제작
  • PPT 제작
  • 백엔드 명세서 제작
  • Github README.md 제작

기타 참고자료