Browser 4

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

Summernote WISWIG Editor

Summernote - Super Simple WYSIWYG editor Initialization options 초기화 옵션 Installation Get Summernote에서 다운로드 하거나 github.com/summernote/summernoet Project master.zip을 다운로드 한다. Require HTML5 doctype 이어야 한다. ... Include CSS, JS CDN을 이용해서 설치 가능하다. Enable Hello Summernote Hello Summernote $(document).ready(function() { $('#summernote').summernote(); $('.summernote').summernote(); }); Bootstrap4 Without ..

lang/front 2018.07.12

tig CUI git Browser

CUI な Git ブラウザ tig を入れてみた Tig: text-mode interface for Git : 소스코드 The Tig Manual : 공식 문서 Tig(text-mode interface for git)を使う : 좀 더 친절한 설명 문서(일본어) 설치 # mac brew install tig # linux debian sudo aptitude install tig # git 작업 폴더에서 tig를 실행한다. cd gitWorkFolder/ tig h 도움말 j, k 커서 이동 m 메인 화면 표시. tig 기본 시작 확면. 자세한 내용은 커밋을 선택한 상태에서 Enter를 하면 diff 화면이 표시 Tab 포커서 이동 t 저장소 파일 트리 보기 /, ? 키워드 검색

vcs/git 2017.05.03

socket.io io.set, io.enable 설정

WebSocket Protocol 스펙 메모 socket.io 서버 API socket.io 클라이언트 API Configuration differences io configure - socket io v1.X #1542 [cookbook] Socket.io.js 파일의 캐쉬는 어떻게 되는가?Top NODE.JS 글로벌 기업 적용 사례 그리고, real-time 어플리케이션 개발하 zzoda/myNodejs 서버 설정 # io.configure 이용한 io 설정 io.configure(function(){ io.set('log level', 1); io.set('transports', ['websocket','flashsocket','htmlfile','xhr-polling','jsonp-polling'..

lang/node 2015.10.09
반응형