Skip to content
On this page

설치

Vue Mastery Logo Get the Vue Router Cheat Sheet from Vue Mastery

직접 다운로드 / CDN

https://unpkg.com/vue-router@4

Unpkg.com은 npm 기반 CDN 링크를 제공합니다. 위의 링크는 항상 npm의 최신 릴리스를 가리킵니다. https://unpkg.com/[email protected]/dist/vue-router.global.js 같은 URL을 통해 특정 버전/태그를 사용할 수도 있습니다.

npm

bash
npm install vue-router@4
npm install vue-router@4

yarn

bash
yarn add vue-router@4
yarn add vue-router@4

Translated by router.vuejs.kr