[꿀팁] VSC에 Vue.js 문법 색깔 넣기 [Visual Studio Code Vue.js highlighter]
·
◐ 기타/알아두면 좋은 팁(tip)✨
- VSC에 Vue.js 문법 색깔 넣기 VSC로 Vue.js를 처음 쓰게 된다면, Vue.js 문법을 인식시킬 툴을 설치해야 한다. → 설치 안하면 아래처럼 흰 글씨로만 보이게 된다. - 참고자료 [IDE] Visual Studio Code Vue.js highlighter : vue.js 문법 색깔 넣기 vue 프로젝트 생성 후 .vue 파일이 아래 이미지와 같이 온통 하얀색으로 표시된다면 marketplace 에서 vetur extension plugin을 설치하여 highlighter 를 적용해줄 수 있다. (보통 우측 하단에 친절하게 vetur 확 developyo.tistory.com
[JavaScript] JavaScript 개발환경 구축하기 [VSC, Code Runner, Node.js 설치]
·
◎ JavaScript/JavaScript🦎
1. Visual Studio Code 다운로드 Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com - code Runner 플러그인 다운로드 2. Node.js 다운로드 Node.js Node.js® is a JavaScript runtime built..
[Python] 1장. 프로그래밍의 이해
·
◈ Study/파이썬(Python)🐍
- 학습목표 1. 프로그래밍에 대해 설명할 수 있다. 2. 프로그래밍 환경을 구축할 수 있다. 1. 프로그래밍의 이해 프로그래밍을 한다 = 컴퓨터와의 대화 컴퓨터가 이해할 수 있는 언어 : 프로그래밍 언어 (프로그래밍 언어를 통해 컴퓨터가 해야 할 일을 작성) - 파이썬의 특징 스크립트 언어 : 코드를 한 줄 한 줄 작성할 때마다 실행된다. 과거에 버전이 2가지가 있었으나, 이제는 3.x버전 사용 - 장점 작성한 코드를 실행가능한 프로그램으로 만들 필요 없음 스크립트를 실행해줄 프로그램만 설치하면 어디든 실행 가능 상대적으로 배우기가 쉬움 - 단점 컴파일 언어에 비해 느린 성능 2. 프로그래밍 환경 구성 - Python 설치 Welcome to Python.org The official home of t..
[HTML5] HTML 개발환경 구축하기 [VSC 다운로드, 'Hello World' 출력하기]
·
◎ HTML5+CSS3/HTML5📝
1. Visual Studio Code 다운로드 Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com - open in brower 플러그인 다운로드 2. 'Hello World' 출력하기 Hello World