Skip to content

Vue3

(vue2에 대한 내용은 이 곳 참조)

Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex.

Categories

Installation

npm init vue@latest

See also