VueJS 지원



크롬 브라우저 띄우기

참고


  1. Ctrl-Shoft-P 를 눌러서 커맨드 팔레트로 진입
  2. ctr 입력후 Configure Task Runner 선택
     
  3. 현재 내용을 삭제하고 다음 내용 추가

    {
        "version": "0.1.0",
        "command": "Chrome",
        "windows": {
            "command": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
        },
        "args": ["${file}"]
    }
    CODE
  4. HTML 편집시 Ctrl-Shift-B 를 누르면 크롬이 실행됨