Skip to content

Latest commit

 

History

History

chapter02

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bun 프로젝트 생성하기

빈 프로젝트 만들기

$ bun init

또는

$ bun init -y

Vue 프로젝트 만들기

$ bun create vue

Next.js 프로젝트 만들기

$ bun create next-app