Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager. If you encounter any problems, you can also use this GitHub Gist to install Node.js.
The recommended way to get source is to use git to directly clone the repository:
$ git clone https://github.com/maemesoft/UriJuwiM.git
npm install
npm run serve
npm run build
npm run lint
├─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'
│ │
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/
- 이 레포지토리의 모든 리소스(이미지, svg, ai, DB 등등)의 저작권은 cars0106(github)에게 있습니다.
이 저작물은 크리에이티브 커먼즈 저작자표시-비영리-변경금지 4.0 국제 라이선스에 따라 이용할 수 있습니다.
일병 하정훈 - [email protected]
일병 최호경
Please restart the computer and server, sites. And, if the problem reveal again, please contact to email([email protected])
This open source software created by the Military Soldier Open SW Collective Education Program.
This is developing... Release as soon link : https://github.com/maemesoft/UriJuwiM/commits/master
-
한국관광공사 API 연동 - 마커 이미지 변경
- 카카오맵 불러오기
- 현재 위치 기능 구현
- 마스킹 기능
-
정적 이미지
- 지역별 선택 후 맵으로 이동
-
마커 누르면 카드설명 띄우기
- 마이크로 SNS 구현
- 글추가 구현
- 글삭제 구현
- 글추가시 사진 업로드, 위치, 시간, 글, 아이디 저장
- 로그인 기능 구현
- 인트로 화면 제작
-
네비게이션 개선
- 개발문서 제작
- PPT 제작
- 백엔드 명세서 제작
- Github README.md 제작