Recent posts

Vue CLI 3 사용 소감

less than 1 minute read

지금껏 Vue CLI 2를 사용하고 있었는데, 오늘에야 드디어 Vue CLI 3를 설치했다. 처음에는 webpack 설정 파일을 찾을 수 없어 이게 뭔 똥인가 싶었는데, 이걸 보고 깜짝 놀랐다.

My Impressions of Vue CLI 3

less than 1 minute read

I had been using Vue CLI 2 all this time, but today I finally installed Vue CLI 3. At first I couldn’t find the webpack configuration file and wondered what ...

페르시아의 왕자

less than 1 minute read

영화 각본가를 꿈꾸던 대학생이 있었다. 하지만 그의 노력과 시도는 성공 직전에 모두 실패했다. 젊은 나이라 할지라도 그의 좌절이 가벼울리 없었다. 그러던 그에게 누군가 이렇게 말했다.

Prince of Persia

less than 1 minute read

There was a college student who dreamed of becoming a film screenwriter. But all of his efforts and attempts fell apart on the verge of success. Even though ...

Android WebView Back & Forward 버튼으로 도달할 URL 확인

less than 1 minute read

Android에서 WebView로 앱을 개발하다보면 Back 버튼과 Forward 버튼이 신경쓰인다. 이 버튼들을 눌렀을 때 도달할 URL이 민감한(?) 화면일 수 있기 때문. 그래서 URL을 확인할 수 있는 방법을 정리해보았다.

JSON to Excel with Sheet.js(feat. Vue.js)

1 minute read

For Exporting JSON to Excel file, SheetJS is useful. SheetJS is complicated to use, but powerful and well maintained. I tried to use vue-json-excel, but on v...

Gitlab-CI 구성 & .gitlab-ci.yml 예제

4 minute read

CI/CD 도입 Gitlab을 설치하는 방법은 전에 다뤘다. 이번에는 CI/CD 도구를 도입했다. 예전에 일했던 프로젝트에서는 주로 jenkins를 사용했는데, 이번에는 Gitlab-CI를 써보기로 했다. Git 초심자가 대부분인 우리 프로젝트 특성상, Gitlab과 연계가 긴밀한...

Gitlab-CI Setup & .gitlab-ci.yml Examples

6 minute read

Adopting CI/CD I already covered how to install Gitlab before. This time, I adopted a CI/CD tool. In projects I worked on in the past, we mainly used jenkins...

npm audit fix

2 minute read

tl;dr: npm audit fix로 취약점을 해결하자

npm audit fix

2 minute read

tl;dr: Let’s fix vulnerabilities with npm audit fix