Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Node.js기본
- PostgreSQL
- SSE
- node.js란
- localStorage
- EventSource
- mariadb
- 열공하자
- partitioning
- 개발자
- ServerSentEvent
- Lag
- frontend
- 파티셔닝
- Partition
- 성장기
- 실시간알림
- node.js
Archives
- Today
- Total
써치킴의 우당탕탕 개발 블로그
[Vue.js][Ch4][영화검색 사이트] Netlify 배포(CD) 본문
Git
1. git repository 생성
ejkimDev/vue3_movie_app
Contribute to ejkimDev/vue3_movie_app development by creating an account on GitHub.
github.com
2. git init : 버전 관리를 시작하겠다.
3. git add . : 전체 파일을 Git으로 버전 관리 등록
4. git commit : Git 커밋
5. git remote add origin https://github.com/ejkimDev/vue3_movie_app.git : GitHub 저장소 등록
6. git push origin master : 원격 저장소에 push
Netlify
1. Netlify 페이지 > 로그인
2. Add new site > Import An existing project
3. vue3_movie_app 선택
4. 제품모드로 npm run build 작성
Movie Search App
subtle-bubblegum-9798b5.netlify.app
'완벽하게 Vue.js' 카테고리의 다른 글
[Vue.js][Ch4][영화검색 사이트] SPA 개요 (0) | 2022.05.03 |
---|---|
[Vue.js][Ch4][영화검색 사이트] Vue Router 정리 (0) | 2022.05.02 |
[Vue.js][Ch4][영화검색 사이트] 검색 정보 초기화 및 페이지 전환 스크롤 위치 복구 (0) | 2022.05.02 |
[Vue.js][Ch4][영화검색 사이트] Vuex 핵심 정리 (0) | 2022.05.02 |
[Vue.js][Ch4][영화검색 사이트] Vuex Helpers (0) | 2022.05.02 |
Comments