Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 487 Bytes

File metadata and controls

10 lines (8 loc) · 487 Bytes

vuepress 설정하기

Setting

  1. npm이나 yarn을 준비한다.(NodeJS 설치하기!)

    1. npm일 경우 npm install -g yarn을 통해 설치한다.
    2. macOS일 경우 brew install yarn을 통해 설치한다.
    3. Windows일 경우 {choco 또는 scoop} install yarn을 통해 설치한다.
  2. yarn 명령어를 통해 패키지들을 설치해준다.

  3. yarn dev 명령어를 통해 개발모드에 들어간 이후 개발을 시작한다!