๐Ÿ“šย Reference


๐Ÿ“œย Chapter


Vue Instance


new Vue({
el: // ์ธ์Šคํ„ด์Šค๊ฐ€ ๋ฟŒ๋ ค์งˆ ์ง€์ 
template: // ์ธ์Šคํ„ด์Šค์˜ ํ™”๋ฉด ๋‚ด์šฉ
data: // ์ธ์Šคํ„ด์Šค๊ฐ€ ๊ฐ–๋Š” ๋ฐ์ดํ„ฐ
methods: // ์ธ์Šคํ„ด์Šค์˜ ์ด๋ฒคํŠธ ์ •์˜
created: // ์ธ์Šคํ„ด์Šค ๋ผ์ดํ”„ ์‚ฌ์ดํด
})

Vue Instance ์ƒ์„ฑ์ž


new Vue()