<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Dev</title>
    <link>https://overroading.tistory.com/</link>
    <description>웹, 서버 관련 자료 블로그</description>
    <language>ko</language>
    <pubDate>Mon, 11 May 2026 17:04:38 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>김중권</managingEditor>
    <image>
      <title>Dev</title>
      <url>https://tistory1.daumcdn.net/tistory/3487889/attach/b6e7d046217f4afab3eeab99d85a3151</url>
      <link>https://overroading.tistory.com</link>
    </image>
    <item>
      <title>Vue.js 디렉티브(v-text, v-html)</title>
      <link>https://overroading.tistory.com/58</link>
      <description>&amp;lt;div id=&quot;simple&quot;&amp;gt;
	&amp;lt;h2&amp;gt;{{message}}&amp;lt;/h2&amp;gt;
&amp;lt;/div&amp;gt;
&amp;nbsp;
1. 템플릿 표현식(콧수염 표현식 : Mustache Expression)
&amp;nbsp; &amp;nbsp;- HTML DOM에 데이터를 렌더링
&amp;nbsp; &amp;nbsp;- 콧수염 표현식이라 부르며 또는 보간법이라고 불림
&amp;nbsp;
&amp;lt;div id=&quot;simple&quot;&amp;gt;
	&amp;lt;h2 v-text=&quot;message&quot;&amp;gt;..</description>
      <category>Front-End/Vue.js</category>
      <author>김중권</author>
      <guid isPermaLink="true">https://overroading.tistory.com/58</guid>
      <comments>https://overroading.tistory.com/58#entry58comment</comments>
      <pubDate>Tue, 7 Sep 2021 11:26:55 +0900</pubDate>
    </item>
    <item>
      <title>Vue.js 기본 구조(MVVM 패턴)</title>
      <link>https://overroading.tistory.com/57</link>
      <description>Vue.js 공식 사이트 : https://kr.vuejs.org/v2/guide/index.html

&amp;nbsp;

시작하기 &amp;mdash; Vue.js
Vue.js - 프로그레시브 자바스크립트 프레임워크
kr.vuejs.org


- CDN 스크립트
&amp;lt;script src=&quot;https://cdn.jsdelivr.net/npm/vue&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;nbsp; &amp;nbsp;해당 스크립트는 상용 버전이며, 속도와 용량이 최적화됨
&amp;..</description>
      <category>Front-End/Vue.js</category>
      <author>김중권</author>
      <guid isPermaLink="true">https://overroading.tistory.com/57</guid>
      <comments>https://overroading.tistory.com/57#entry57comment</comments>
      <pubDate>Fri, 3 Sep 2021 11:38:55 +0900</pubDate>
    </item>
    <item>
      <title>Vue.js란</title>
      <link>https://overroading.tistory.com/56</link>
      <description>&amp;nbsp;

Vue.js란?
&amp;nbsp; &amp;nbsp;- Vue.js는 Google Creative Lab에서 일하던 Evan You가 UI를 빠르게 개발하기 위해서 개발
&amp;nbsp; &amp;nbsp;- JavaScript 프레임워크
&amp;nbsp; &amp;nbsp;- 다른 프레임워크 보다 유연하고 가벼움
&amp;nbsp; &amp;nbsp;- SPA(Single Page Application) 아키텍처 수정을 위해 필수적으로 필요한 Router 기능도 에코 시스템을 통해 효과적..</description>
      <category>Front-End/Vue.js</category>
      <author>김중권</author>
      <guid isPermaLink="true">https://overroading.tistory.com/56</guid>
      <comments>https://overroading.tistory.com/56#entry56comment</comments>
      <pubDate>Fri, 3 Sep 2021 11:33:29 +0900</pubDate>
    </item>
    <item>
      <title>[HTML] META 태그</title>
      <link>https://overroading.tistory.com/55</link>
      <description>- Meta태그란
&amp;nbsp; - 문서의 정보를 설명하는 HTML head 태그 사이에 위치하는 태그
&amp;nbsp; - 언어셋 설정, 렌더링, 뷰포트, SEO 최적화 등을 설정할 수 있는 태그
&amp;nbsp;
- Meta 태그 기본 구조
&amp;nbsp; - &amp;lt;meta /&amp;gt;
&amp;nbsp;
- Meta 태그의 속성
&amp;nbsp; - http-equiv : 웹 브라우저가 서버에 명령을 내리는 속성이며 name을 대신해서 사용이 가능
&amp;nbsp; &amp;nbsp; &amp;..</description>
      <category>Front-End/HTML</category>
      <author>김중권</author>
      <guid isPermaLink="true">https://overroading.tistory.com/55</guid>
      <comments>https://overroading.tistory.com/55#entry55comment</comments>
      <pubDate>Sun, 23 Aug 2020 20:23:12 +0900</pubDate>
    </item>
    <item>
      <title>[HTTP] URL과 GET, POST</title>
      <link>https://overroading.tistory.com/52</link>
      <description>&amp;nbsp;- URL(Uniform Resource Locator)

&amp;nbsp; &amp;nbsp;- 프로토콜(PROTOCOL) : 웹 프로토콜(규약), 데이터를 교환하거나 전송하기 위한 방법 ex) http, https
&amp;nbsp; &amp;nbsp;- 도메인(DOMAIN) : 서버 주소 및 서버 IP로 표현 가능
&amp;nbsp; &amp;nbsp;- 경로(PATH) : 웹 서버 자원 접근 폴더 경로, 파일도 가능
&amp;nbsp; &amp;nbsp;- 쿼리스트링(QUERY STRING..</description>
      <category>Etc/Http</category>
      <author>김중권</author>
      <guid isPermaLink="true">https://overroading.tistory.com/52</guid>
      <comments>https://overroading.tistory.com/52#entry52comment</comments>
      <pubDate>Sun, 9 Aug 2020 23:54:27 +0900</pubDate>
    </item>
  </channel>
</rss>