본문 바로가기

전체 글

(73)
[Vue] tsc && vue-cli-service --build Error 오류 맥에서 되고 윈도우에서 오류날때, https://somewheretogo.tistory.com/153 vue 맥에서 되는데 윈도우에서 안될때(vue-cli-service 에러) 해결방법: blog.nachal.com/1524 somewheretogo.tistory.com 위 사이트에 걸려있는 링크보고 해결 https://blog.nachal.com/1524 npm-cli.js ELIFECYCLE, 'vue-cli-service'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는배치 vue.js프로젝트를 개발중인데, 맥에서는 잘되는게 윈도우에서는 안되는것입니다. 제 프로젝트는 npm run serve하면 구동되게 되어있는데, 윈도우에서 실행하면 에러가 발생하면서 구동이 안되고 있 blog.na..
[Vue] vuejs-daum-postcode 다음 주소 검색 modal # test.vue 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 주소 검색 import ModalView from "./ModalView"; import DaumPostcode from 'vuejs-daum-postcode'; export default { name: 'join', components: { ModalView, DaumPostcode }, props: { msg: String }, methods: { showApi(data) { conso..
[windows] openssl 설치 및 개인키 발급 및 SSL 인증서 생성 #1 # openssl 설치 https://blog.naver.com/PostView.nhn?blogId=baekmg1988&logNo=221454486746 [Windows] 윈도우에서 OpenSSL 설치하는 방법 프로젝트 중 apache에 인증서를 적용하기 위해 인증서 요청을 했는데 윈도우 IIS에서 사용되는 키와 인... blog.naver.com # openssl 개인키 발급 및 SSL 인증서 생성 #1 https://m.blog.naver.com/espeniel/221845133507 OpenSSL 로 개인키 발급 및 SSL 인증서 생성 #1 개요 웹 서비스에 https 를 적용할 경우 SSL 인증서를 VeriSign, Thawte, GeoTrust 등에서 인증서... blog.naver.com # ..