start off Vue3

김기버·2022년 11월 14일
0

vue3

목록 보기
1/1
post-custom-banner

install on window

npm install -g vue
npm install -g @vue/cli

install on mac

sudo npm install -g vue
sudo npm install -g @vue/cli

create project

vue craete projectName
npm run serve

vsCode extension

Vetur esLint prettier


#Vite--------

Vite 시작하기
Vite Github

대화형

npm init vue@latest
참고

init vite

npm init vite-app projectName
cd projectName
npm install
npm run dev

yarn create vite-app projectName
cd projectName
yarn
yarn dev

#esLint--------

profile
플랜B는 없다.
post-custom-banner

0개의 댓글