📚 Reference


📜 Chapter


Vue.js & Jest

Vue 3.0 Settings

기본 세팅


Vue CLI - 설치


# npm
npm install -g @vue/cli

# yarn
yarn global add @vue/cli

# vue 버전
vue -V