๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
๊ณต๋ถ€๊ด€๋ จ๋ฉ”๋ชจ

์œ ์šฉํ•œ VSC ๋‹จ์ถ•ํ‚ค

by ์ฝ”๋”ฉํ•˜๋Š” ๋ถ•์–ด 2021. 12. 15.
๋ฐ˜์‘ํ˜•

command + \ : ํ™”๋ฉด ๋ถ„ํ• 

 

 

! + tab : html ์ž๋™ ์ƒ์„ฑ

 

 

div#app ์ด๋ผ๊ณ  ์ž…๋ ฅํ•œ ํ›„ Enter๋ฅผ ๋ˆ„๋ฅด๋ฉด ์ž๋™ ์™„์„ฑ์ด ๋œ๋‹ค.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
  div#app
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <div id="app"></div>
</body>
</html>

 

 

script ๋ฅผ ์ž…๋ ฅํ•œ ํ›„ tab์„ ๋ˆ„๋ฅด๋ฉด ์ž๋™ ์™„์„ฑ์ด ๋œ๋‹ค.

script
<script></script>

 

๋ฐ˜์‘ํ˜•

๋Œ“๊ธ€