2019/01 16

Practical Vim 2판 정리 페이지 Index

Practical Vim 2판 정리 페이지 https://github.com/rxedu/practical-vim Vim을 시작하는 법 - 원문 : Getting started with Vim Vim 텍스트 개체: 궁극의 가이드 - 원문 : Vim Text Objects: The Definitive GuideVim에 대해 점진적으로 학습하기 - 원문 : YBlog - Learn Vim Progressively Vim의 탭은 그렇게 쓰는 게 아니다. 버퍼와 탭의 사용법 - 원문 : Vim Tab Madness. Buffers vs Tabs Practical Vim 2판 정리 페이지 정말 잘 정리해 놓은 페이지다. Use Vim’s Factory Settings 1. The Vim Way Tip 1. Dot ..

ide/vim 2019.01.16

Vue.js Chrome Extension Example

https://github.com/vuejs/vue/tree/csp/dist 크롬 확장프로그램(chrome://extensions/) > 압축해제된 확장 프로그램을 로드합니다. 클릭 아래 ./vue-csp 폴더 선택 크롬 앱 목록(chrome://apps/)에서 설치한 앱 선택 새창에 앱이 실행된다. ./vue-csp assets/ app.js vue.js # https://github.com/vuejs/vue/tree/csp/dist icon_16.png icon_128.png index.html main.js manifest.json index.html {{ message}} main.js chrome.app.runtime.onLaunched.addListener(function() { // 화면중심..

lang/vue 2019.01.15
반응형